h5pickle
h5pickle copied to clipboard
Wrapper for h5py with pickle capabilities
Hi, and many thanks for h5pickle! I encountered an issue when closing a file, re-opening it, and reading from it again. Short example: import h5pickle h5file = h5pickle.File(filename_hdf5_archive, 'r') #...
Hi @Exteris, Thanks for the work on this project. I've forked your repo (see [here](https://github.com/estebanag/h5pickle)) and I'm in the process of experimenting with a way to automatically reopen `htpy.File`s (closed...
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...