From 7d800a2064dbe986b56b6e98d107a03fcbdd3997 Mon Sep 17 00:00:00 2001 From: Stefan Krastanov Date: Wed, 19 Jun 2024 01:20:09 -0400 Subject: [PATCH] status --- src/PyQDecoders.jl | 3 +++ 1 file changed, 3 insertions(+) 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"))