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
Currently, to_zarr can take a zarr.Group as input and errors will only appear from deep in the zarr codebase, errors which fail to convey the source of the problem (i.e., providing the wrong type as input). We should add a type guard to check for this and produce a useful error.
The text was updated successfully, but these errors were encountered:
Currently,
to_zarr
can take azarr.Group
as input and errors will only appear from deep in the zarr codebase, errors which fail to convey the source of the problem (i.e., providing the wrong type as input). We should add a type guard to check for this and produce a useful error.The text was updated successfully, but these errors were encountered: