hdf5-rust icon indicating copy to clipboard operation
hdf5-rust copied to clipboard

Add check for chunking of dataset for filters

Open mulimoen opened this issue 2 years ago • 0 comments

The behaviour in h5py is to raise an error when trying to apply chunking/compression filters to dataset. This PR adds the same behaviour.

Fixes #212

mulimoen avatar Apr 18 '22 09:04 mulimoen