You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the ZarrV3 specification on storage_transformers, array v3 metadata must support a storage_transformers property. If I create a Zarr store with VirtualiZarr which uses the storage_transformers key in the zarr.json, then attempting to read store will produces this exception TypeError: ArrayV3Metadata.__init__() got an unexpected keyword argument 'storage_transformers'.
Zarr version
3.0.0a0
Numcodecs version
0.12.1
Python Version
3.10.12
Operating System
Linux
Installation
pip install zarr==3.0.0a0
Description
According to the ZarrV3 specification on storage_transformers, array v3 metadata must support a
storage_transformers
property. If I create a Zarr store with VirtualiZarr which uses thestorage_transformers
key in thezarr.json
, then attempting to read store will produces this exceptionTypeError: ArrayV3Metadata.__init__() got an unexpected keyword argument 'storage_transformers'
.Steps to reproduce
Additional output
This is the
zarr.json
for thea
variable in the repro script:The text was updated successfully, but these errors were encountered: