From 19449142c1feceb260ac4d99fe4b55540d624d61 Mon Sep 17 00:00:00 2001 From: cortespea Date: Mon, 13 Nov 2023 08:49:47 -0600 Subject: [PATCH] fix minor test issue --- thermosteam/equilibrium/dew_point.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thermosteam/equilibrium/dew_point.py b/thermosteam/equilibrium/dew_point.py index 39e0943d..d07ca71b 100644 --- a/thermosteam/equilibrium/dew_point.py +++ b/thermosteam/equilibrium/dew_point.py @@ -263,7 +263,7 @@ def solve_Px(self, z, T): >>> tmo.settings.set_thermo(chemicals) >>> DP = tmo.equilibrium.DewPoint(chemicals) >>> tmo.docround(DP.solve_Px(z=np.array([0.5, 0.5]), T=352.28)) - (82480.7363, array([0.851, 0.149])) + (82480.7311, array([0.851, 0.149])) """ positives = z > 0.