lossless encodings are not working
In encodings.py
we have the following:
if self.compressor is Compressors.BLOSC:
return Blosc(clevel=9)
so basically we are ignoring any possible back-end and compression level change.
In encodings.py
we have the following:
if self.compressor is Compressors.BLOSC:
return Blosc(clevel=9)
so basically we are ignoring any possible back-end and compression level change.
assigned to @Oriol.Tinto