Skip to content

Commit 788f9cc

Browse files
committed
remove duplicate check for dimension_separator in v3
1 parent 766b228 commit 788f9cc

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/zarr/api/asynchronous.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,11 +1012,6 @@ async def create(
10121012
warnings.warn("object_codec is not yet implemented", RuntimeWarning, stacklevel=2)
10131013
if read_only is not None:
10141014
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-
10201015
if order is not None:
10211016
_warn_order_kwarg()
10221017
if write_empty_chunks is not None:

0 commit comments

Comments
 (0)