Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork366
Minor fixes for zarr.codecs.numcodecs#3459
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
yay! |
i think we can skip the release notes here |
@d-v-b I've fixed the failing tests locally, but there's still a failure in the CI (only for python=3.11 / np=1.26 env). It seems to be from an un-related test function |
that's a flaky test that depends on the runtime of a function. it usually works if you trigger a re-run, but we can also ignore the failure |
62d1a6a intozarr-developers:mainUh oh!
There was an error while loading.Please reload this page.
Closes#3458
This PR addresses two minor issues:
numcodecs.zarr3implementation (see the issue:numcodecs.gzip is not configured in the config #3458 for more details)zarr.codecs.numcodecs._codecsthrows an error when run:module 'zarr.codecs.numcodecs' has no attribute 'zarr3'TODO:
docs/user-guide/*.rstchanges/