-
Notifications
You must be signed in to change notification settings - Fork 1
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
Loss of precision on int64s in numpy >= 1.22 #40
Comments
TedSinger
changed the title
Loss of precision on Longs in numpy >= 1.22
Loss of precision on int64s in numpy >= 1.22
Jul 30, 2024
Reproduced; thanks for reporting. I'll take a look. |
Merged
Fixed in 0.13.3. |
Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
numpy 1.22.0 and up all reveal this issue, but 1.21.6 does not.
The text was updated successfully, but these errors were encountered: