Skip to content

Commit e31f343

Browse files
committed
chore: fix.
1 parent c052bce commit e31f343

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_simple_neqsim_model.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
import pytest
2+
23
from jneqsim import neqsim
34

45

56
def test_pressurize_gas():
67
if neqsim is None:
78
pytest.skip("NeqSim JVM not initialized - JPype may not be available")
8-
9+
910
inlet_fluid = neqsim.thermo.system.SystemSrkEos()
1011
thermo_ops = neqsim.thermodynamicoperations.ThermodynamicOperations(inlet_fluid)
1112
inlet_fluid.addComponent("methane", 100.0)

0 commit comments

Comments
 (0)