From 785cc65eca5370366d75a06e4ff9e1ca98e46abd Mon Sep 17 00:00:00 2001 From: cortespea Date: Mon, 13 Nov 2023 08:20:44 -0600 Subject: [PATCH] reduce tolerance back to original --- thermosteam/equilibrium/vle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thermosteam/equilibrium/vle.py b/thermosteam/equilibrium/vle.py index c9574866..4ab2afa6 100644 --- a/thermosteam/equilibrium/vle.py +++ b/thermosteam/equilibrium/vle.py @@ -286,7 +286,7 @@ class VLE(Equilibrium, phases='lg'): H_hat_tol = 1e-6 S_hat_tol = 1e-6 V_tol = 1e-6 - x_tol = 1e-8 + x_tol = 1e-9 y_tol = 1e-8 default_method = 'fixed-point'