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/numpy2 #86

Merged
merged 2 commits into from
Oct 22, 2024
Merged

Fix/numpy2 #86

merged 2 commits into from
Oct 22, 2024

Conversation

maximdu
Copy link
Collaborator

@maximdu maximdu commented Oct 22, 2024

np.Inf is not avaliable in numpy 2.0, trying to import gives this error:
"AttributeError: np.Inf was removed in the NumPy 2.0 release. Use np.inf instead."
np.inf works for both current numpy (1.23.5) and numpy 2.0

np.Inf is not avaliable in numpy 2.0, trying to import gives this error:
"AttributeError: np.Inf was removed in the NumPy 2.0 release. Use np.inf instead."
np.inf works for both current numpy (1.23.5) and numpy 2.0
np.Inf is not avaliable in numpy 2.0, trying to import gives this error:
"AttributeError: np.Inf was removed in the NumPy 2.0 release. Use np.inf instead."
np.inf works for both current numpy (1.23.5) and numpy 2.0
@maximdu maximdu requested a review from StannisMod October 22, 2024 13:57
@maximdu maximdu self-assigned this Oct 22, 2024
Copy link
Collaborator

@StannisMod StannisMod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@maximdu maximdu merged commit dc13501 into main Oct 22, 2024
1 check passed
@maximdu maximdu deleted the fix/numpy2 branch October 22, 2024 16:21
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.

2 participants