diff --git a/tests/test_compressor.py b/tests/test_compressor.py index 5fa63145..c82058b6 100644 --- a/tests/test_compressor.py +++ b/tests/test_compressor.py @@ -235,10 +235,8 @@ def test_multistage_hydrogen_compressor_simple(): assert K.design_results["Type"] == "Multistage compressor" # assert K.design_results["Driver"] == "Electric motor" assert_allclose( - [K.design_results["Area"], - K.design_results['Tube side pressure drop'], - K.design_results['Shell side pressure drop']], - [1.7906277579485619, 15.0, 25.0], + [K.design_results["Area"]], + [1.7906277579485619], rtol=1e-3, ) # check heat utilities @@ -295,10 +293,8 @@ def test_multistage_hydrogen_compressor_advanced(): assert K.design_results["Type"] == "Multistage compressor" # assert K.design_results["Driver"] == "Electric motor" assert_allclose( - [K.design_results["Area"], - K.design_results['Tube side pressure drop'], - K.design_results['Shell side pressure drop']], - [1.1008174238336854, 15.0, 25.0], + [K.design_results["Area"],], + [1.1008174238336854], rtol=1e-3, ) # check heat utilities diff --git a/thermosteam b/thermosteam index c5743fd2..7fffc8fa 160000 --- a/thermosteam +++ b/thermosteam @@ -1 +1 @@ -Subproject commit c5743fd2f208ee303667e4ec3c8b727eed4cc57b +Subproject commit 7fffc8fa1ebcfdf37ee5e47a7227d74ab5e1c48f