-
Notifications
You must be signed in to change notification settings - Fork 0
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
Document h5 files #7
Comments
The latest release adds experimental support for openPMD to Mala, as a more scalable and more descriptive alternative to pure numpy files. For testing purposes, the repo contains both the "old" and the "new" data representation
As your |
Thanks a lot, that was helpful. I have created #8 to document this as best as I could. |
Be_snapshot.dens.h5
?
In the
main
branch, we have two density files:Be_snapshot0.dens.npy
with shape(18, 18, 27, 1)
Be_snapshot.dens.h5
with one dataset/data/0/meshes/Density/0
and shape(18, 18, 27)
The code below compares the data and finds that the arrays are the same:
which prints
and the assert passes, so appart from the extra dimension in the
.npy
file, the data is equal.Should
Be_snapshot.dens.h5
be renamed toBe_snapshot0.dens.h5
then?The text was updated successfully, but these errors were encountered: