Skip to content

Commit

Permalink
fix minor test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cortespea committed Nov 13, 2023
1 parent a57ab38 commit 1944914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thermosteam/equilibrium/dew_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1944914

Please sign in to comment.