-
-
Notifications
You must be signed in to change notification settings - Fork 110
numpy 2.x breaks the tests: ValueError: could not convert string to float: b'np.float32(0.0)' #223
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
Comments
It seems that numpy 2.x has made some changes that cause many of the tests to fail. If you go back to numpy 1.x the tests will work again, but it will take some time to update all of the tests to work with numpy 2. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days |
I have the same problem, |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days |
The new release with the fix is out now! With a bit of luck I've fixed the configuration of the stalebot too... hard to debug that thing ;) |
Hi, when we run the tests from
python-numpy-stl
, some of them failed.python
version: 3.12.4cython
version: 3.0.10python-utils
version: 3.8.2python-numpy
version: 2.0.1The text was updated successfully, but these errors were encountered: