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
I'm not sure what the best type signature is here, so probably Any?
I've opened #391 to allow a group argument (in from_zarr too), which should support your use case. I've called it path as that is what Zarr seems to call it, but I notice Dask calls it component. Any thoughts about naming?
For compatibility with Arraylake, we would want to expand this type
cubed/cubed/types.py
Line 21 in 738b70d
to allow passing a Zarr Store object (rather than a string), plus optionally a group argument.
We would probably like to call to_zarr like this
The
repo.store
object is serializable.The text was updated successfully, but these errors were encountered: