Closed robertdstein closed 3 months ago
As of the recently-released numpy v2 (https://numpy.org/doc/stable/release/2.0.0-notes.html), np.NaN has been finally removed. This PR updates the uses of np.NaN to the non-deprecated np.nan, which does the same thing.
np.NaN
np.nan
As of the recently-released numpy v2 (https://numpy.org/doc/stable/release/2.0.0-notes.html),
np.NaN
has been finally removed. This PR updates the uses ofnp.NaN
to the non-deprecatednp.nan
, which does the same thing.