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 7fce3af commit 03e784fCopy full SHA for 03e784f
tests/test_array.py
@@ -1341,7 +1341,7 @@ async def test_orthogonal_set_total_slice() -> None:
1341
1342
1343
@pytest.mark.skipif(
1344
- Version(numcodecs.__version__) <= Version("0.15.1"),
+ Version(numcodecs.__version__) < Version("0.15.1"),
1345
reason="codec configuration is overwritten on older versions. GH2800",
1346
)
1347
def test_roundtrip_numcodecs() -> None:
0 commit comments