You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that this compression is lossless if scalineFactor >= ceil(log2(max(values) - min(values) + 1). This in made sure when using INT_AUTO_SCALING, thus INT_AUTO_SCALING is always losless.
Nevertheless, I changed the code to use INT_AUTO_SCALING_UNSIGNED for unsigned types which sounds better although I do not understand the difference a7b3735 .
Uh oh!
There was an error while loading. Please reload this page.
Create a dataset like this (kotlin):
Look at dataset info using
h5dump
:Scale-offset is lossy compression and the hdf5 library seems to have a memory leak when the parameter is set (see also h5py/h5py#984)
The text was updated successfully, but these errors were encountered: