From ada2ad5877c15b9abcbe38d7c974a1739f4d5619 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:49:51 +0000 Subject: [PATCH] [pre-commit.ci lite] apply automatic fixes --- tests/thermo/test_ThermoTools.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/thermo/test_ThermoTools.py b/tests/thermo/test_ThermoTools.py index 2fbba05..36df16a 100644 --- a/tests/thermo/test_ThermoTools.py +++ b/tests/thermo/test_ThermoTools.py @@ -9,7 +9,7 @@ fluidComposition, fluidflashproperties, hydt, - TPgradientFlash + TPgradientFlash, ) from numpy import isnan @@ -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 \ No newline at end of file + deep_fluid = TPgradientFlash(fluid1, 1000.0, 273.15 + 70.0 + 10.0) + assert deep_fluid.getComponent("CO2").getx() == 0.010905853658496048