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 77e724b commit efa79a7Copy full SHA for efa79a7
numcodecs/tests/test_zarr3.py
@@ -91,7 +91,7 @@ def test_generic_compressor(
91
(numcodecs.zarr3.Delta, {"dtype": "float32"}),
92
(numcodecs.zarr3.FixedScaleOffset, {"offset": 0, "scale": 25.5}),
93
(numcodecs.zarr3.FixedScaleOffset, {"offset": 0, "scale": 51, "astype": "uint16"}),
94
- (numcodecs.zarr3.AsType, {"encode_dtype": "float32", "decode_dtype": "float64"}),
+ (numcodecs.zarr3.AsType, {"encode_dtype": "float16", "decode_dtype": "float32"}),
95
],
96
ids=[
97
"delta",
0 commit comments