Skip to content

Commit 2ffb924

Browse files
authored
Merge pull request #345 from ev-br/rm_debug_print
MAINT: remove a debug print
2 parents 8a6c340 + 4200919 commit 2ffb924

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)