Skip to content

Commit bbe3a94

Browse files
committed
don't alias None to default codecs in _create_v2
1 parent 95ffadd commit bbe3a94

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/zarr/core/array.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -688,10 +688,6 @@ async def _create_v2(
688688
dimension_separator = "."
689689

690690
dtype = parse_dtype(dtype, zarr_format=2)
691-
if not filters:
692-
filters = _default_filters(dtype)
693-
if not compressor:
694-
compressor = _default_compressor(dtype)
695691

696692
# inject VLenUTF8 for str dtype if not already present
697693
if np.issubdtype(dtype, np.str_):

0 commit comments

Comments
 (0)