Skip to content

Commit efa79a7

Browse files
committed
FIx test
1 parent 77e724b commit efa79a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numcodecs/tests/test_zarr3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def test_generic_compressor(
9191
(numcodecs.zarr3.Delta, {"dtype": "float32"}),
9292
(numcodecs.zarr3.FixedScaleOffset, {"offset": 0, "scale": 25.5}),
9393
(numcodecs.zarr3.FixedScaleOffset, {"offset": 0, "scale": 51, "astype": "uint16"}),
94-
(numcodecs.zarr3.AsType, {"encode_dtype": "float32", "decode_dtype": "float64"}),
94+
(numcodecs.zarr3.AsType, {"encode_dtype": "float16", "decode_dtype": "float32"}),
9595
],
9696
ids=[
9797
"delta",

0 commit comments

Comments
 (0)