We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 766b228 commit 788f9ccCopy full SHA for 788f9cc
1 file changed
src/zarr/api/asynchronous.py
@@ -1012,11 +1012,6 @@ async def create(
1012
warnings.warn("object_codec is not yet implemented", RuntimeWarning, stacklevel=2)
1013
if read_only is not None:
1014
warnings.warn("read_only is not yet implemented", RuntimeWarning, stacklevel=2)
1015
- if dimension_separator is not None and zarr_format == 3:
1016
- raise ValueError(
1017
- "dimension_separator is not supported for zarr format 3, use chunk_key_encoding instead"
1018
- )
1019
-
1020
if order is not None:
1021
_warn_order_kwarg()
1022
if write_empty_chunks is not None:
0 commit comments