Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Nov 19, 2024
1 parent cdd0840 commit ada2ad5
Showing 1 changed file with 3 additions and 3 deletions.
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 ada2ad5

Please sign in to comment.