Skip to content

Commit a4ba7db

Browse files
d-v-bnormanrz
andauthored
Update src/zarr/core/group.py
Co-authored-by: Norman Rzepka <[email protected]>
1 parent 54fd920 commit a4ba7db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/zarr/core/group.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2539,8 +2539,8 @@ def array(
25392539
dtype: npt.DTypeLike,
25402540
chunks: ChunkCoords | Literal["auto"] = "auto",
25412541
shards: ChunkCoords | Literal["auto"] | None = None,
2542-
filters: Iterable[dict[str, JSON] | Codec] = (),
2543-
compressors: Iterable[dict[str, JSON] | Codec] = (),
2542+
filters: Iterable[dict[str, JSON] | Codec] = "auto",
2543+
compressors: Iterable[dict[str, JSON] | Codec] = "auto",
25442544
fill_value: Any | None = 0,
25452545
order: MemoryOrder | None = "C",
25462546
attributes: dict[str, JSON] | None = None,

0 commit comments

Comments
 (0)