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
When creating an HDF5 file with tracking order enabled on the root and more than 8 top-level groups, I do not see any top-level links when iteration over the data objects starting from the superblock. How are links expected to be saved? When I go from 8 to 9 top-level HDF5 groups, the file structure seems to change drastically.
FYI I'm doing this in an attempt to reconstruct a corrupt HDF5 file (the disk got full during writing which corrupts the file apparently). The hdf5-devel utilities do not seem to contain a utility that does this.
When creating an HDF5 file with tracking order enabled on the root and more than 8 top-level groups, I do not see any top-level links when iteration over the data objects starting from the superblock. How are links expected to be saved? When I go from 8 to 9 top-level HDF5 groups, the file structure seems to change drastically.
FYI I'm doing this in an attempt to reconstruct a corrupt HDF5 file (the disk got full during writing which corrupts the file apparently). The hdf5-devel utilities do not seem to contain a utility that does this.
See jjhelmus/pyfive#46 for versions and example.
The text was updated successfully, but these errors were encountered: