Skip to content

Commit f8608fc

Browse files
committed
add debug
1 parent 31d4566 commit f8608fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/rmstest.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ const Chem = PythonCall.pynew()
66
const molecule = PythonCall.pynew()
77
const fragment = PythonCall.pynew()
88
const pydot = PythonCall.pynew()
9+
10+
using CondaPkg
11+
@error keys(CondaPkg.current_packages())
12+
913
PythonCall.pycopy!(Chem, pyimport("rdkit.Chem"))
1014
try
1115
PythonCall.pycopy!(molecule, pyimport("rmgpy.molecule"))

0 commit comments

Comments
 (0)