We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.0.0b4.dev7+g122760fc.d20241213
v0.14
3.11
Mac
hatch
Setting the v2_default_compressor to blosc results in the filters attribute being set, not the compressor attribute.
v2_default_compressor
blosc
filters
compressor
with zarr.config.set({'array.v2_default_compressor.numeric': 'blosc'}): z = zarr.zeros(100000000, chunks=1000000, zarr_format=2) z.metadata.filters # (Blosc(cname='lz4', clevel=5, shuffle=SHUFFLE, blocksize=0),) z.metadata.compressor # None
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Zarr version
3.0.0b4.dev7+g122760fc.d20241213
Numcodecs version
v0.14
Python Version
3.11
Operating System
Mac
Installation
hatch
Description
Setting the
v2_default_compressor
toblosc
results in thefilters
attribute being set, not thecompressor
attribute.Steps to reproduce
Additional output
No response
The text was updated successfully, but these errors were encountered: