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 35546dd commit 668b4a5Copy full SHA for 668b4a5
src/ReactionMechanismSimulator.jl
@@ -31,8 +31,8 @@ function __init__()
31
CondaPkg.add("rdkit", channel="conda-forge")
32
CondaPkg.add("pydot", channel="conda-forge")
33
34
- const Pkg = Base.require(Base.PkgId(Base.UUID("44cfe95a-1eb2-52ea-b672-e2afdf69b78f"), "Pkg"))
35
- Pkg.build("PythonCall")
+ Pkgc = Base.require(Base.PkgId(Base.UUID("44cfe95a-1eb2-52ea-b672-e2afdf69b78f"), "Pkg"))
+ Pkgc.build("PythonCall")
36
end
37
PythonCall.pycopy!(Chem, pyimport("rdkit.Chem"))
38
PythonCall.pycopy!(Desc, pyimport("rdkit.Chem.Descriptors"))
0 commit comments