Skip to content

Commit 3b98b3f

Browse files
committed
Filter ragged warning
1 parent 5fe46a4 commit 3b98b3f

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("ignore:Creating an ndarray from ragged nested sequences .* is deprecated.*")
5858
@pytest.mark.parametrize(
5959
("input_data", "dtype"),
6060
[

0 commit comments

Comments
 (0)