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
When appending to a zarr store, we need to set append_dim=dim_name but also mode='a'. Any reason to also specify the writing mode? I think it should automatically be set to 'a' if append_dim is not None.
The text was updated successfully, but these errors were encountered:
When appending to a zarr store, we need to set
append_dim=dim_name
but alsomode='a'
. Any reason to also specify the writing mode? I think it should automatically be set to'a'
ifappend_dim is not None
.The text was updated successfully, but these errors were encountered: