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

NumPy 2.0 and Quantities changes leading to changes in some array behaviors #1611

Open
zm711 opened this issue Dec 13, 2024 · 0 comments
Open
Labels
Milestone

Comments

@zm711
Copy link
Contributor

zm711 commented Dec 13, 2024

After #1490, we had to adjust testing because NumPy 2.0 is upcasting everything to float64. This is expected behavior now, so this likely needs to be adjusted at the Quantities level which has a baseline dtype of float64 which causes everything to be cast to float64 in Neo even if we want something to be float32. We have currently changed the tests to account for this behavior change, but we want to remember to make the fixes here and upstream in quantities.

@zm711 zm711 added bug Core and removed bug labels Dec 13, 2024
@zm711 zm711 added this to the 0.14.0 milestone Dec 13, 2024
@zm711 zm711 changed the title NumPy 2.0 and Quantities changes in some array behaviors to monitor NumPy 2.0 and Quantities changes leading to changes in some array behaviors Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant