HDFGroup / h5pyd

h5py distributed - Python client library for HDF Rest API
Other
110 stars 39 forks source link

fix hsdiff for scalar datasets #134

Closed jreadey closed 1 year ago

jreadey commented 1 year ago

Fix for errors when running hsdiff with files containing scalar datasets. Also, removed h5pyd/_app/chunkiter.py - using dataset.chunk_iter function instead.