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 35f4a8d commit cddfa1dCopy full SHA for cddfa1d
numcodecs/tests/test_zarr3.py
@@ -181,7 +181,7 @@ def test_generic_filter_packbits(store: StorePath):
181
a = zarr.open_array(store / "generic_packbits", mode="r")
182
np.testing.assert_array_equal(data, a[:, :])
183
184
- with pytest.raises(ValueError, match=".*requires bool dtype.*"):
+ with pytest.raises(ValueError, match=r".*requires bool dtype.*"):
185
zarr.create_array(
186
store / "generic_packbits_err",
187
shape=data.shape,
0 commit comments