Skip to content

Commit 3e39446

Browse files
committed
Remove completed TODO comment
1 parent b83db19 commit 3e39446

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

array_api_tests/test_operators_and_elementwise_functions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -929,8 +929,6 @@ def test_ceil(x):
929929
@pytest.mark.min_version("2023.12")
930930
@given(x=hh.arrays(dtype=hh.real_dtypes, shape=hh.shapes()), data=st.data())
931931
def test_clip(x, data):
932-
# TODO: test min/max kwargs, adjust values testing accordingly
933-
934932
# Ensure that if both min and max are arrays that all three of x, min, max
935933
# are broadcast compatible.
936934
shape1, shape2 = data.draw(hh.mutually_broadcastable_shapes(2,

0 commit comments

Comments
 (0)