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
We want to switch our default data format to zarr3. In contrast to wkw, zarr3 doesn't allow concurrent writes (as uncompressed wkw does) at all. Therefore, we should be more careful when writing partial shards. Perhaps, we should elevate some of the warnings to assertions to better enforce shard-aligned writing.
The text was updated successfully, but these errors were encountered:
We want to switch our default data format to zarr3. In contrast to wkw, zarr3 doesn't allow concurrent writes (as uncompressed wkw does) at all. Therefore, we should be more careful when writing partial shards. Perhaps, we should elevate some of the warnings to assertions to better enforce shard-aligned writing.
The text was updated successfully, but these errors were encountered: