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 da64194 commit ba2c4cfCopy full SHA for ba2c4cf
tests/benchmarks/test_e2e.py
@@ -61,7 +61,7 @@ def test_write_array(
61
shape=layout.shape,
62
chunks=layout.chunks,
63
shards=layout.shards,
64
- compressors=compressors[compression_name],
+ compressors=compressors[compression_name], # type: ignore[arg-type]
65
fill_value=0,
66
)
67
@@ -83,7 +83,7 @@ def test_read_array(
83
84
85
86
87
88
89
arr[:] = 1
0 commit comments