Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Jun 30, 2024
1 parent 668b4a5 commit 31d4566
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ReactionMechanismSimulator.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ function __init__()
Pkgc = Base.require(Base.PkgId(Base.UUID("44cfe95a-1eb2-52ea-b672-e2afdf69b78f"), "Pkg"))
Pkgc.build("PythonCall")
end
@error "packages:"
@error keys(CondaPkg.current_packages())
PythonCall.pycopy!(Chem, pyimport("rdkit.Chem"))
PythonCall.pycopy!(Desc, pyimport("rdkit.Chem.Descriptors"))
try
Expand Down

0 comments on commit 31d4566

Please sign in to comment.