TypeError: ArrayV2Metadata.__init__() got an unexpected keyword argument 'chunk_grid'
when updating attrs on a v2 array
#2269
Labels
bug
Potential issues with the zarr-python library
Zarr version
v3
Numcodecs version
na
Python Version
na
Operating System
na
Installation
na
Description
data_type
is also affected. IIUC, these are calledchunks
anddtype
in v2. We need to mark them asdataclasses.field(init=False)
or somehow handle renaming them on the way in.Steps to reproduce
raises with
Additional output
No response
The text was updated successfully, but these errors were encountered: