We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc2fe05 commit f920523Copy full SHA for f920523
src/neqsim/process/processTools.py
@@ -3,7 +3,7 @@
3
from jpype.types import JDouble
4
from jpype.types import *
5
6
-from neqsim.neqsimpython import jneqsim
+from neqsim import jneqsim
7
8
processoperations = jneqsim.process.processmodel.ProcessSystem()
9
_loop_mode = False
src/neqsim/thermo/thermoTools.py
@@ -271,7 +271,7 @@
271
import pandas
272
273
from neqsim import has_matplotlib, has_tabulate
274
275
from neqsim.standards import ISO6976
276
import math
277
0 commit comments