Apollo3zehn / PureHDF

A pure .NET library that makes reading and writing of HDF5 files (groups, datasets, attributes, ...) very easy.
MIT License
50 stars 18 forks source link

Setting the SHUFFLE parameter on the Blosc filter causes an error #70

Closed marklam closed 6 months ago

marklam commented 6 months ago

The SHUFFLE parameter is also picked up as the value for COMPRESSOR, and it isn't a valid value for the compressor parameter.

This results in the exception

Exception thrown: 'System.Exception' in PureHDF.Filters.Blosc2.dll
The value of the filter parameter 'shuffle' must be of type String.
marklam commented 6 months ago

While testing locally, https://github.com/Apollo3zehn/Blosc2.PInvoke/issues/1 meant the library failed to load after this point