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 19762ce commit 97002a9Copy full SHA for 97002a9
tests/test_codecs/test_numcodecs.py
@@ -12,7 +12,7 @@
12
from zarr.abc.numcodec import Numcodec, _is_numcodec_cls
13
from zarr.codecs import numcodecs as _numcodecs
14
from zarr.codecs._v2 import codec_json_v2_to_v3
15
-from zarr.core.common import CodecJSON, CodecJSON_V3
+from zarr.core.common import CodecJSON
16
from zarr.errors import ZarrUserWarning
17
from zarr.registry import get_numcodec
18
@@ -490,6 +490,7 @@ def test_json_roundtrip_default_config(
490
# Helper function to compare dictionaries with potential numpy arrays
491
492
# Test serialization
493
+ expected_transformed: CodecJSON
494
if zarr_format == 3:
495
expected_transformed = codec_json_v2_to_v3(expected)
496
else:
0 commit comments