-
Notifications
You must be signed in to change notification settings - Fork 128
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
Read_attribute broken with numpy > 2.0.0 on redhat and 2.1.1 on ubuntu #4287
Comments
This is now present on
Note that this has seems to have been fixed on the |
Thank you for the report. I can reproduce this on ubuntu 24.04 and adios2 release_210 branch. And as you state, the master branch works fine. |
I have the same issue. Would it be possible to create a new release of adios2? |
We decided to make a 2.10.2 release with a handful of bug fixes, including this one. Stay tuned. |
Any update on this? |
Yes, it was delayed by vacation, but we're hoping to have 2.10.2 out by the end of the week. |
* Restrict adios2 to main until new release due to: ornladios/ADIOS2#4287 * Simplify try except * Try new adios2 version * Fix readpos * Move to default and source installation * Apply suggestions from code review
* Restrict adios2 to main until new release due to: ornladios/ADIOS2#4287 * Simplify try except * Try new adios2 version * Fix readpos * Move to default and source installation * Apply suggestions from code review
* Restrict adios2 to main until new release (#135) * Restrict adios2 to main until new release due to: ornladios/ADIOS2#4287 * Simplify try except * Try new adios2 version * Fix readpos * Move to default and source installation * Apply suggestions from code review * Flattened topo as partition input (#126) * Flattened topo as partition input * Bump adios2 version on CI * Add create connectivity prior to computing midpoints (#123) * ADd incompatibility check to test for adios2 and numpy (#142)
I have the following minimal script that writes a numpy array as an attribute in adios2, and in turn read it into the code again:
This works fine with rockylinux 9:
which you can build with:
However, using numpy 2.0.1, one gets
with the following traceback
The text was updated successfully, but these errors were encountered: