Skip to content

Commit ce93ed2

Browse files
committed
ENH: test searchsorted with x2.ndim > 1
1 parent cb4b1a5 commit ce93ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_tests/test_searching_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def test_searchsorted(data):
286286
out_dtype=out.dtype,
287287
expected=xp.__array_namespace_info__().default_dtypes()["indexing"],
288288
)
289-
# TODO: x2.ndim > 1, values testing
289+
# TODO: values testing
290290
ph.assert_shape("searchsorted", out_shape=out.shape, expected=x2.shape)
291291
except Exception as exc:
292292
exc.add_note(repro_snippet)

0 commit comments

Comments
 (0)