We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe46a4 commit 3b98b3fCopy full SHA for 3b98b3f
numcodecs/tests/test_msgpacks.py
@@ -54,7 +54,7 @@ def test_backwards_compatibility():
54
codec = MsgPack()
55
check_backwards_compatibility(codec.codec_id, arrays, [codec])
56
57
-
+@pytest.mark.filterwarnings("ignore:Creating an ndarray from ragged nested sequences .* is deprecated.*")
58
@pytest.mark.parametrize(
59
("input_data", "dtype"),
60
[
0 commit comments