-
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
Test using zarr-dev to potentially catch regressions. #15
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this @Carreau!
I am not quite sure why I called the kwarg for blosc
filter_id
.
I think it should be called cname
, see https://github.com/zarr-developers/numcodecs/blob/master/numcodecs/blosc.pyx#L546.
Could you try changing it to cname
and see if it fixes the issue in the test?
Also pin z5py version compatible with zarr-n5
Once Carreau#2 is merged the tests should all pass and we can merge this one :). |
@constantinpape : awesome sauce! |
@constantinpape : |
Truncate files when generating test data
No description provided.