Skip to content

Commit

Permalink
remove silly breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelcortes committed May 26, 2024
1 parent da4a613 commit 58dfd63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion thermosteam/equilibrium/bubble_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ def solve_Py(self, z, T, liquid_reaction=None):
f = self._P_error
P_guess, y = self._Py_ideal(z_Psat_gamma)
args = (T, z_Psat_gamma, Psats, y)
breakpoint()
try:
P = flx.aitken_secant(f, P_guess, P_guess-1, self.P_tol, 1e-9,
args, checkiter=False)
Expand Down

0 comments on commit 58dfd63

Please sign in to comment.