Skip to content

Commit

Permalink
Comment out tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdh7 committed Dec 15, 2024
1 parent 60443e4 commit 73c8c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_pHconversions.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ def test_pH_conversions_sys():
assert np.isclose(sys3.values[scale], sys4.values[scale], rtol=0, atol=1e-12)


test_pH_conversions()
test_pH_conversions_sys()
# test_pH_conversions()
# test_pH_conversions_sys()

0 comments on commit 73c8c38

Please sign in to comment.