You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: