-
Notifications
You must be signed in to change notification settings - Fork 59
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
HDF5 load #662
Comments
Hi @antonio-schettino, I see in the latest version (2.14.1) there is an exception for the underworld2/underworld/mesh/_mesh.py Line 655 in b72fc39
If you are running an older version of Underworld can you update and try again. |
i notice now you're using HDF5-1.12.1. I believe this could be the issue - I tested UW with 1.12.1 a while back and decided to stick to HDF5-1.10.9 for the UW docker. (I think it was for this Can you also send the file "Numerical_Models/Mesh-RIFT-v62.h5" and I'll test it. |
I am using the Docker/Jupyter system, hence I don't figure out how to switch to an earlier version of the HDF library. I attach the saved mesh (zipped). |
Hello, I am experiencing problems with saving and loading *.h5 files. If I run the following code:
m_handle = mesh.save("Numerical_Models/Mesh-RIFT-v62.h5")
The result is a h5 file having name 'Mesh-RIFT-v62.h5'. When I try to load the mesh, I obtain the following errors on Mac (Apple Silicon M1)
Conversely, everything works fine on Windows. Please can you help me?
The text was updated successfully, but these errors were encountered: