Skip to content

Commit 27bebe6

Browse files
committed
Remove debug use of restricted dims for test_unique_all
1 parent 314e1be commit 27bebe6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

array_api_tests/test_set_functions.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@
1212
from . import xps
1313

1414

15-
@given(
16-
xps.arrays(
17-
dtype=xps.scalar_dtypes(), shape=hh.shapes(min_side=1, min_dims=1, max_dims=1)
18-
)
19-
) # TODO
15+
@given(xps.arrays(dtype=xps.scalar_dtypes(), shape=hh.shapes(min_side=1)))
2016
def test_unique_all(x):
2117
out = xp.unique_all(x)
2218

0 commit comments

Comments
 (0)