mhe / pynrrd

Simple pure-python module for reading and writing nrrd files.
https://pynrrd.readthedocs.io/
MIT License
116 stars 51 forks source link

Fix test failures for NumPy 2.0+ #155

Closed addisonElliott closed 1 month ago

addisonElliott commented 1 month ago

Migrate from np.NaN to np.nan. The former was removed in NumPy >2