-
-
Notifications
You must be signed in to change notification settings - Fork 293
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
UserWarning: Codec 'numcodecs.blosc' not configured in config #2509
Comments
For a bit of context, there is a config mechanism to select codec implementations if multiple implementations exist for the same codec. An example for that would be that there is the default blosc and a GPU-based blosc codec. I think we can remove this message if only 1 implementation exists. @brokkoli71 could you take care of that? @TomNicholas Why are you using the numcodecs.blosc instead of the in-zarr blosc? |
Ignorance? 😅 Are you saying I could potentially fix this just by importing the codec from inside zarr instead of from numcodecs? |
Yes, I think you would just need to specify the blosc codec differently so that this class will be used: https://github.com/zarr-developers/zarr-python/blob/main/src/zarr/codecs/blosc.py#L87 |
Is this fixed by #2571? |
Yes 👍 |
When using zarr-python v3 (inside virtualizarr + icechunk) I got these warnings, which I have no idea how to prevent.
The first one especially seems like I should be able to prevent it being emitted by setting some config, but the message doesn't tell me how to do that or where to look for further information. (If someone tells me where to find out I can submit a PR to improve the message.)
The text was updated successfully, but these errors were encountered: