Skip to content

Disabling compression in version 1.2.0 (Zarr 3) #579

Description

@orliac

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or request

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions