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 54fd920 commit a4ba7dbCopy full SHA for a4ba7db
src/zarr/core/group.py
@@ -2539,8 +2539,8 @@ def array(
2539
dtype: npt.DTypeLike,
2540
chunks: ChunkCoords | Literal["auto"] = "auto",
2541
shards: ChunkCoords | Literal["auto"] | None = None,
2542
- filters: Iterable[dict[str, JSON] | Codec] = (),
2543
- compressors: Iterable[dict[str, JSON] | Codec] = (),
+ filters: Iterable[dict[str, JSON] | Codec] = "auto",
+ compressors: Iterable[dict[str, JSON] | Codec] = "auto",
2544
fill_value: Any | None = 0,
2545
order: MemoryOrder | None = "C",
2546
attributes: dict[str, JSON] | None = None,
0 commit comments