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
reraise the KeyError for unknown codecs with a more specific error class (zarr-developers#3395)
* create a error class for unknown codecs
* reraise as a unknown codec error
* check that `parse_codecs` raises (v3 only)
* monkeypatch to always work with a empty registry
* immediatly format the error
* changelog
Raise a Zarr-specific error class when a codec can't be found by name when deserializing the given codecs. This avoids hiding this error behind a "not part of a zarr hierarchy" warning.
0 commit comments