Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov authored Jun 19, 2024
1 parent 7d800a2 commit eb8d289
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/PyQDecoders.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ function __init__()
println("STATUS")
println("###\n###\n###\n###\n###\n###\n###\n###\n###\n###\n")
CondaPkg.status()
CondaPkg.resolve(; force=false)
CondaPkg.status()
CondaPkg.update()
CondaPkg.status()

PythonCall.pycopy!(sp, PythonCall.pyimport("scipy"))
PythonCall.pycopy!(sps, PythonCall.pyimport("scipy.sparse"))
Expand Down

0 comments on commit eb8d289

Please sign in to comment.