We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25fa1d commit 65959beCopy full SHA for 65959be
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