Skip to content

Commit 7ea7e91

Browse files
committed
Merge branch 'feat/numcodecs-protocol' of github.com:d-v-b/zarr-python into feat/numcodecs-protocol
2 parents 82992c5 + 01bd4b7 commit 7ea7e91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_array.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1695,8 +1695,8 @@ def test_roundtrip_numcodecs() -> None:
16951695
shape=(720, 1440),
16961696
chunks=(720, 1440),
16971697
dtype="float64",
1698-
compressors=compressors,
1699-
filters=filters,
1698+
compressors=compressors, # type: ignore[arg-type]
1699+
filters=filters, # type: ignore[arg-type]
17001700
fill_value=-9.99,
17011701
dimension_names=["lat", "lon"],
17021702
)

0 commit comments

Comments
 (0)