Skip to content

Commit

Permalink
Temporary fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikCavina committed Oct 20, 2023
1 parent 73badba commit f1b94b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SoleFeatures.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function __init__()
pypkgs = getindex.(PyCall.Conda.parseconda(`list`, PyCall.Conda.ROOTENV), "name")
needinstall = !all(p -> in(p, pypkgs), req_py_pkgs)

if (needinstall)
# if (needinstall)
PyCall.Conda.pip_interop(true, PyCall.Conda.ROOTENV)
PyCall.Conda.add("scipy")
PyCall.Conda.add("scikit-learn")
Expand All @@ -57,7 +57,7 @@ function __init__()
"git+https://github.com/jundongl/scikit-feature.git#egg=skfeature",
PyCall.Conda.ROOTENV
)
end
# end

copy!(fs, pyimport_conda("sklearn.feature_selection", "scikit-learn"))
copy!(construct_w, pyimport_conda("skfeature.utility.construct_W", "skfeature"))
Expand Down

0 comments on commit f1b94b1

Please sign in to comment.