Skip to content

Commit 4200919

Browse files
committed
MAINT: remove a debug print
1 parent 8a6c340 commit 4200919

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

array_api_tests/test_array_object.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,6 @@ def _test_getitem_arrays_and_ints(shape, data, idx_max_dims):
303303
# draw an integer
304304
key.append(data.draw(st.integers(-shape[i], shape[i]-1)))
305305

306-
print(f"??? {x.shape = } {len(key) = } {[xp.asarray(k).shape for k in key]}")
307-
308306
key = tuple(key)
309307
out = x[key]
310308

0 commit comments

Comments
 (0)