Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Jun 5, 2023
1 parent 918c37d commit 20b270f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified neqsim/lib/neqsim-2.5.1.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions tests/test_NeqSim.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ def test_Viscosity():
gasViscosity = thermoSystem.getPhase(0).getViscosity("kg/msec")
assert abs(1.0760998263782569e-05 - gasViscosity) < 1e-10

#def test_updateDatabase():
# jNeqSim.util.database.NeqSimDataBase.updateTable("COMP",
# "classpath:/data/COMP.csv")
def test_updateDatabase():
jNeqSim.util.database.NeqSimDataBase.updateTable("COMP",
"classpath:/data/COMP.csv")

def test_hasComponentDatabase():
assert jNeqSim.util.database.NeqSimDataBase.hasComponent("methane") == True
Expand Down

0 comments on commit 20b270f

Please sign in to comment.