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.
2 parents 82992c5 + 01bd4b7 commit 7ea7e91Copy full SHA for 7ea7e91
1 file changed
tests/test_array.py
@@ -1695,8 +1695,8 @@ def test_roundtrip_numcodecs() -> None:
1695
shape=(720, 1440),
1696
chunks=(720, 1440),
1697
dtype="float64",
1698
- compressors=compressors,
1699
- filters=filters,
+ compressors=compressors, # type: ignore[arg-type]
+ filters=filters, # type: ignore[arg-type]
1700
fill_value=-9.99,
1701
dimension_names=["lat", "lon"],
1702
)
0 commit comments