Skip to content

Commit

Permalink
reduce tolerance back to original
Browse files Browse the repository at this point in the history
  • Loading branch information
cortespea committed Nov 13, 2023
1 parent 77a09a4 commit 785cc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thermosteam/equilibrium/vle.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 785cc65

Please sign in to comment.