Skip to content

Commit

Permalink
Merge pull request #191 from equinor/update-to-2.4.4
Browse files Browse the repository at this point in the history
Update to 2.4.4
  • Loading branch information
EvenSol authored Mar 31, 2023
2 parents 2b01190 + 9975e83 commit c253e0e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="neqsim",
version="2.4.13",
version="2.4.14",
author="Even Solbraa",
author_email="[email protected]",
description="NeqSim is a tool for thermodynamic and process calculations",
Expand Down
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 c253e0e

Please sign in to comment.