Skip to content

Commit 31d4566

Browse files
committed
add debug
1 parent 668b4a5 commit 31d4566

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ReactionMechanismSimulator.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ function __init__()
3434
Pkgc = Base.require(Base.PkgId(Base.UUID("44cfe95a-1eb2-52ea-b672-e2afdf69b78f"), "Pkg"))
3535
Pkgc.build("PythonCall")
3636
end
37+
@error "packages:"
38+
@error keys(CondaPkg.current_packages())
3739
PythonCall.pycopy!(Chem, pyimport("rdkit.Chem"))
3840
PythonCall.pycopy!(Desc, pyimport("rdkit.Chem.Descriptors"))
3941
try

0 commit comments

Comments
 (0)