Skip to content

Commit c12b9e0

Browse files
committed
Skip Julia imports in regression.py
This is to avoid the line WARNING:root:Julia import failed, RMS reactors not available. Exception: No module named 'juliacall' Stacktrace: showing up in the regression results. But it might speed things up a little too.
1 parent e256134 commit c12b9e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rmgpy/tools/regression.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
import os.path
3838
import sys
3939

40+
import rmgpy
41+
rmgpy.DISABLE_JULIA = True # disable Julia to save time and warnings
42+
4043
from rmgpy.molecule import Molecule
4144
from rmgpy.quantity import Quantity
4245
from rmgpy.species import Species

0 commit comments

Comments
 (0)