Hi,
In version 1.2.0 (Zarr 3), how can I disable compression when converting a MSv2 dataset with
|
def convert_msv2_to_processing_set( |
?
With former version it used to worker passing
None but with the latest version it fails with:
File "/.../.../lib/python3.11/site-packages/zarr/registry.py", line 214, in _parse_bytes_bytes_codec
raise TypeError(f"Expected a BytesBytesCodec. Got {type(data)} instead.")
TypeError: Expected a BytesBytesCodec. Got <class 'tuple'> instead.
Hi,
In version 1.2.0 (Zarr 3), how can I disable compression when converting a MSv2 dataset with
xradio/src/xradio/measurement_set/convert_msv2_to_processing_set.py
Line 56 in f40eedb
With former version it used to worker passing
Nonebut with the latest version it fails with: