MickaelRigault / ztfquery

Access ZTF data from Python
Apache License 2.0
37 stars 18 forks source link

Update np.NaN to np.nan #42

Closed robertdstein closed 3 months ago

robertdstein commented 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.