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 dd8afc5 commit 97bea53Copy full SHA for 97bea53
numcodecs/tests/test_zarr3.py
@@ -153,7 +153,7 @@ def test_generic_filter_packbits(store: Store):
153
a = Array.open(store / "generic_packbits")
154
np.testing.assert_array_equal(data, a[:, :])
155
156
- with pytest.raises(ValueError, match="packbits filter requires bool dtype"):
+ with pytest.raises(ValueError, match=".*requires bool dtype.*"):
157
Array.create(
158
store / "generic_packbits_err",
159
shape=data.shape,
0 commit comments