diff --git a/src/PyQDecoders.jl b/src/PyQDecoders.jl index 6690fd5..3f986d5 100644 --- a/src/PyQDecoders.jl +++ b/src/PyQDecoders.jl @@ -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"))