Skip to content

Commit 4a4e4f1

Browse files
committed
Filter ragged warning
1 parent 5fe46a4 commit 4a4e4f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numcodecs/tests/test_msgpacks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def test_backwards_compatibility():
5454
codec = MsgPack()
5555
check_backwards_compatibility(codec.codec_id, arrays, [codec])
5656

57-
57+
@pytest.mark.filterwarnings("Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated.")
5858
@pytest.mark.parametrize(
5959
("input_data", "dtype"),
6060
[

0 commit comments

Comments
 (0)