Closed EwoutH closed 6 months ago
np.NaN will be removed in NumPy 2.0. This PR replaces it with np.nan.
np.NaN
np.nan
Closes #360. Backport candidate.
And the CI is fully green again!
np.NaN
will be removed in NumPy 2.0. This PR replaces it withnp.nan
.Closes #360. Backport candidate.