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

replace deprecated np.fload with np.float64 https://numpy.org/devdoc… #196

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

smiet
Copy link
Collaborator

@smiet smiet commented Oct 31, 2023

np.float deprecated in numpy 1.20.
Comparison, and error usually skipped because arrays are given in input file, and are floats.
Two stale occurrences fixed, grep shows no other occurrences in python codebase of "np.float"

https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations

@smiet
Copy link
Collaborator Author

smiet commented Oct 31, 2023

Merging without review as it is clearly a bug and all tests passing

@smiet smiet merged commit c253ec3 into master Oct 31, 2023
10 checks passed
@smiet smiet deleted the floatfix branch February 26, 2024 10:34
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.

1 participant