Skip to content

Commit

Permalink
Merge pull request #303 from equinor/v3.0.6
Browse files Browse the repository at this point in the history
update
  • Loading branch information
EvenSol authored Nov 19, 2024
2 parents 2c2c9da + ada2ad5 commit ef908dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "neqsim"
version = "3.0.5"
version = "3.0.6"
description = "NeqSim is a tool for thermodynamic and process calculations"
authors = ["Even Solbraa <[email protected]>"]
license = "Apache-2.0"
Expand Down
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions tests/thermo/test_ThermoTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
fluidComposition,
fluidflashproperties,
hydt,
TPgradientFlash
TPgradientFlash,
)
from numpy import isnan

Expand Down Expand Up @@ -570,5 +570,5 @@ def test_gradient_flash():
# True if more than two phases could be present
TPflash(fluid1)

deep_fluid = TPgradientFlash(fluid1, 1000.0, 273.15+70.0+10.0)
assert deep_fluid.getComponent('CO2').getx() == 0.010905853658496048
deep_fluid = TPgradientFlash(fluid1, 1000.0, 273.15 + 70.0 + 10.0)
assert deep_fluid.getComponent("CO2").getx() == 0.010905853658496048

0 comments on commit ef908dc

Please sign in to comment.