Skip to content

Commit

Permalink
remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelcortes committed May 26, 2024
1 parent 58dfd63 commit df4de2c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions thermosteam/equilibrium/vle.py
Original file line number Diff line number Diff line change
Expand Up @@ -1425,9 +1425,7 @@ def _setup(self, gas_reaction=None, liquid_reaction=None):
self._F_mol_vle = F_mol_vle = mol_vle.sum()
self._F_mol = F_mol = F_mol_vle + F_mol_light + F_mol_heavy
self._z = mol_vle / F_mol
try: self._z_light = z_light = F_mol_light / F_mol
except:
breakpoint()
self._z_light = z_light = F_mol_light / F_mol
self._z_heavy = z_heavy = F_mol_heavy / F_mol
self._z_norm = mol_vle / F_mol_vle
N = len(index)
Expand Down

0 comments on commit df4de2c

Please sign in to comment.