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
Thank you Exteris for your great module wrapper.
What seems not to work is the h5file.visititems function.
Here is some minimal example code to reproduce this issue:
(it should print all given attributes of an h5 element,
replace "path_to_file" to any hdf5 file)
Hi, I think this is because we do not wrap the visititems function in this module.
Doing that would probably enable this usecase. I might take a look in a few weeks, or I'd be happy to accept a pull request.
I tried to look into your issue, but I cannot reproduce it with my (extremely simple) test HDF5 file.
Could you send me a sample file for which the above program fails?
Thank you Exteris for your great module wrapper.
What seems not to work is the h5file.visititems function.
Here is some minimal example code to reproduce this issue:
(it should print all given attributes of an h5 element,
replace "path_to_file" to any hdf5 file)
I get this error:
RuntimeError: Object visitation failed (invalid object ID)
Do you have an idea on how to deal with that?
Thank you!
The text was updated successfully, but these errors were encountered: