-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include nested/flat tests #26
Comments
I started looking at this. zarrita: can generate either flat or nested zarr-python: can generate v2 files with nested format when using xtensor-zarr: it looks like it is possible to generate flat or nested for v3, but in the v2 spec case the The n5 format does not seem to support a flat storage scheme |
Sounds about right. A few notes:
|
Sure, that should be easy. |
zarr-developers/zarr-python#716 is now merged and released. I'd assume for all participating implementations, the behavior shoudl be:
and in all three cases something other than |
see: zarr-developers/zarr-python#707
Most implementations support the choice of
.
or/
as a dimension separator. The arguments for readers and writers could be:default
,.
,/
. Auto-detection would be a potential other option depending on what is decided on 707.Note: this may be the beginning of introducing many other dimensions to the test matrix.
The text was updated successfully, but these errors were encountered: