-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fill value fixes for V3 #1
Fill value fixes for V3 #1
Conversation
In 34c4c24 I added some custom encoding / decoding for Latest list of failing tests
The roundtrip_endian is related to zarr-developers/zarr-python#2324 |
Looks good, thanks. There's a merge conflict now that I added the |
Actually I'm fixing some merge conflicts in other spots right now and will handle this quick. |
This gets many of the backend tests passing against V3. Still some work to go.
Main issues addressed:
use_zarr_fill_value_as_mask
parameterNumpy2StringDTypeCoder
to deal with StringDType data coming out of ZarrSummary of failures (many V2 due to zarr-developers/zarr-python#2315)