Skip to content

Commit

Permalink
status
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov authored Jun 19, 2024
1 parent 50ed2f4 commit 7d800a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/PyQDecoders.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ function __init__()
println("PYMATCHING")
println("###\n###\n###\n###\n###\n###\n###\n###\n###\n###\n")
CondaPkg.add_pip("pymatching")
println("STATUS")
println("###\n###\n###\n###\n###\n###\n###\n###\n###\n###\n")
CondaPkg.status()

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

0 comments on commit 7d800a2

Please sign in to comment.