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 7fcbbd3 commit cbf71a6Copy full SHA for cbf71a6
tests/test_codecs/test_numcodecs.py
@@ -58,7 +58,7 @@ def codec_conf() -> Iterator[Any]:
58
59
60
def test_get_numcodec() -> None:
61
- assert get_numcodec({"id": "gzip", "level": 2}) == GZip(level=2)
+ assert get_numcodec({"id": "gzip", "level": 2}) == GZip(level=2) # type: ignore[typeddict-unknown-key]
62
63
64
def test_is_numcodec() -> None:
0 commit comments