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
Looks like this is the same issue on read noted upstream.
I also ran into an issue with the stacker having self.dims_in = X.dims which is a FrozenMappingWarningOnValuesAccess and apparently doesn't automatically cast to dict anymore, and zarr can't serialize to json. That's an easy one line fix.
Then a million warnings about:
UserWarning: Object at preprocessor is not recognized as a component of a Zarr hierarchy.
# and
UserWarning: The codec `vlen-utf8` is currently not part in the Zarr format 3 specification. It may not be supported by other zarr implementations and may change in the future.
Describe the bug
Model saving and loading no longer work after the release of Zarr version 3.
Reproducible Minimal Working Example
Error Log
Expected behavior
Saving and loading a model should complete without warnings or errors.
Desktop (please complete the following information):
xeofs
version 3.0.4Additional context
None.
The text was updated successfully, but these errors were encountered: