We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 437ef17 commit ca35489Copy full SHA for ca35489
numcodecs/tests/test_compat.py
@@ -64,6 +64,7 @@ def test_ensure_bytes_invalid_inputs():
64
ensure_bytes(e)
65
66
67
+@pytest.mark.filterwarnings("ignore:The 'u' type code is deprecated and will be removed in Python 3.16")
68
def test_ensure_contiguous_ndarray_invalid_inputs():
69
# object array not allowed
70
a = np.array(['Xin chào thế giới'], dtype=object)
0 commit comments