File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ using CondaPkg
2
2
using PythonCall
3
3
packages = keys (CondaPkg. current_packages ())
4
4
if ! (" rmg" in packages) && ! (" rmgmolecule" in packages)
5
+ ENV [" JULIA_CONDAPKG_ENV" ] = abspath (" ../rms_env" )
5
6
CondaPkg. add (" rmgmolecule" ; version= " >=0.3.0" , channel= " mjohnson541" )
6
7
end
7
8
if ! (v " 3.7" <= PythonCall. C. python_version () && PythonCall. C. python_version () <= v " 3.9" )
Original file line number Diff line number Diff line change 1
1
module ReactionMechanismSimulator
2
- import Logging
3
- Logging. disable_logging (Logging. Warn)
4
2
using PythonCall
5
- pyimport (" sys" ). path. append (" " )
3
+ using CondaPkg
4
+ packages = keys (CondaPkg. current_packages ())
5
+ if ! (" rmg" in packages)
6
+ ENV [" JULIA_CONDAPKG_ENV" ] = abspath (" rms_env" )
7
+ end
6
8
const Chem = PythonCall. pynew ()
7
9
const Desc = PythonCall. pynew ()
8
10
const molecule = PythonCall. pynew ()
You can’t perform that action at this time.
0 commit comments