-
-
Notifications
You must be signed in to change notification settings - Fork 363
Closed
0 / 10 of 1 issue completedClosed
DOC: Configuration value 'array.v3_default_compressors' has been removed, but is still documented#3389
0 / 10 of 1 issue completed
Copy link
Labels
documentationImprovements to the documentationImprovements to the documentationhelp wantedIssue could use help from someone with familiarity on the topicIssue could use help from someone with familiarity on the topic
Description
Describe the issue linked to the documentation
Hi, I am trying to disable compression (at either the store level or array level or via zarr.config) in my script.
I tried
zarr.config.set({'array.v3_default_compressors': None})
which is documented at https://zarr.readthedocs.io/en/stable/user-guide/config.html
but it threw an error
ValueError: Configuration value 'array.v3_default_compressors' has been removed
It seems like this is still documented in several other places as well https://github.com/search?q=repo%3Azarr-developers%2Fzarr-python%20v3_default_compressors&type=code
Suggested fix for documentation
Beyond the array.v3_default_compressors
configuration documentation, it would be helpful to provide an example in Working with arrays -> Compression which demonstrates how to disable compression options when using create_array
Sub-issues
Metadata
Metadata
Assignees
Labels
documentationImprovements to the documentationImprovements to the documentationhelp wantedIssue could use help from someone with familiarity on the topicIssue could use help from someone with familiarity on the topic