quaquel / EMAworkbench

workbench for performing exploratory modeling and analysis
BSD 3-Clause "New" or "Revised" License
128 stars 90 forks source link

Replace deprecated np.NaN with np.nan #361

Closed EwoutH closed 6 months ago

EwoutH commented 6 months ago

np.NaN will be removed in NumPy 2.0. This PR replaces it with np.nan.

Closes #360. Backport candidate.

EwoutH commented 6 months ago

And the CI is fully green again!