storage_transformers
are not an accepted keyword for ArrayV3Metadata
#2178
Labels
bug
Potential issues with the zarr-python library
Milestone
Zarr version
3.0.0a3
Numcodecs version
0.13.0
Python Version
3.11.9
Operating System
Mac
Installation
pip install
Description
The zarr v3 Array metadata spec specfies the
storage_transformers
key can exist, but zarr crashes when reading a buffer that includes thestorage_transformers
key, even as an empty list:TypeError: ArrayV3Metadata.__init__() got an unexpected keyword argument 'storage_transformers'
Steps to reproduce
Additional output
No response
The text was updated successfully, but these errors were encountered: