We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c40629 commit 55da505Copy full SHA for 55da505
src/zarr/api/asynchronous.py
@@ -1013,8 +1013,6 @@ async def create(
1013
default_filters, default_compressor = _get_default_chunk_encoding_v2(zdtype)
1014
if not filters:
1015
filters = default_filters # type: ignore[assignment]
1016
- if compressor == "auto":
1017
- compressor = default_compressor
1018
1019
if synchronizer is not None:
1020
warnings.warn("synchronizer is not yet implemented", RuntimeWarning, stacklevel=2)
0 commit comments