Skip to content

Commit

Permalink
updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Mar 31, 2023
1 parent c572af5 commit 9975e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_NeqSim.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ def test_Viscosity():
thermoOps.TPflash()

gasEnthalpy = thermoSystem.getPhase(0).getEnthalpy()
assert abs(1079.4821290144278 - gasEnthalpy) < 1e-10
assert abs(1079.8561270889081 - gasEnthalpy) < 1e-10

thermoSystem.initPhysicalProperties("Viscosity")
gasViscosity = thermoSystem.getPhase(0).getViscosity("kg/msec")
assert abs(1.0760998263783299e-05 - gasViscosity) < 1e-10
assert abs(1.0760998263782569e-05 - gasViscosity) < 1e-10

def test_fullOffshoreProcess():
import pandas as pd
Expand Down

0 comments on commit 9975e83

Please sign in to comment.