We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae929e1 commit 3f1a878Copy full SHA for 3f1a878
src/ReactionMechanismSimulator.jl
@@ -1,7 +1,7 @@
1
module ReactionMechanismSimulator
2
using PythonCall
3
using CondaPkg
4
-packages = keys(CondaPkg.current_packages())
+# packages = keys(CondaPkg.current_packages())
5
const Chem = PythonCall.pynew()
6
const Desc = PythonCall.pynew()
7
const molecule = PythonCall.pynew()
0 commit comments