Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(numpy): use numpy.nan instead of alias #241

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

benatouba
Copy link
Contributor

Use numpy.nan instead of the removed alias numpy.NaN. numpy.NaN was removed in numpy 2.0

Use numpy.nan instead of the removed alias numpy.NaN.
numpy.NaN was removed in numpy 2.0
@fmaussion
Copy link
Owner

Thanks @benatouba - much appreciated. Failing tests seem unrelated - I need to investigate.

@fmaussion fmaussion merged commit 7a45f30 into fmaussion:master Jul 9, 2024
2 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

np.NaN removed from numpy 2.0.0
2 participants