emtpb / dsch

Structured, metadata-enhanced data storage.
Other
2 stars 0 forks source link

Fix issue with h5py version 3 string handling #2

Closed lndr closed 2 years ago

lndr commented 2 years ago

Starting with version 3 of h5py strings are stored as bytes. This PR adds a check for h5py's version and decodes the bytes to string if necessary.