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 97f0ac9 commit fa2e448Copy full SHA for fa2e448
numcodecs/tests/test_zarr3.py
@@ -281,7 +281,6 @@ def test_to_dict():
281
assert codec.to_dict() == {"name": "numcodecs.lz4", "configuration": {"level": 5}}
282
283
284
-# TODO replace this explicit list of parametrizations by somehow importing all from numcodecs.zarr3
285
@pytest.mark.parametrize(
286
"codec_cls",
287
[
0 commit comments