Skip to content

Commit

Permalink
Remove np.errstate calls (not implemented in jax.numpy)
Browse files Browse the repository at this point in the history
mvdh7 committed Dec 16, 2024
1 parent c5803c0 commit 71176b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PyCO2SYS/solubility.py
Original file line number Diff line number Diff line change
@@ -58,7 +58,6 @@ def k_aragonite_M83(temperature, salinity, pressure, gas_constant):
return KAr


@np.errstate(divide="ignore")
def k_calcite_P0_I75(temperature, salinity):
"""Calcite solubility constant following ICHP73/I75 with no pressure correction.
For use with GEOSECS constants.

0 comments on commit 71176b6

Please sign in to comment.