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 172e01f commit b2526d2Copy full SHA for b2526d2
tests/test_codecs/test_astype.py
@@ -19,7 +19,7 @@ def check_json_v3(data: object) -> TypeGuard[AsTypeJSON_V3]:
19
return (
20
_check_codecjson_v3(data)
21
and isinstance(data, Mapping)
22
- and data["name"] == "astype"
+ and data["name"] == "numcodecs.astype"
23
and "configuration" in data
24
and "encode_dtype" in data["configuration"]
25
and "decode_dtype" in data["configuration"]
0 commit comments