inducer / pytato

Lazily evaluated arrays in Python
Other
8 stars 16 forks source link

array: use np.nan instead of np.NaN #488

Closed alexfikl closed 3 months ago

alexfikl commented 3 months ago

Found using ruff check --select NPY201 . as suggested in the numpy 2.0 migration guide.