Skip to content

Commit 33a0f6c

Browse files
committed
Remove debug print statement in test_manipulation_functions.py
1 parent 8922b83 commit 33a0f6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

array_api_tests/test_manipulation_functions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ def test_stack(shape, dtypes, kw, data):
350350
out_indices = sh.ndindex(out.shape)
351351
for idx in sh.axis_ndindex(arrays[0].shape, axis=_axis):
352352
f_idx = ", ".join(str(i) if isinstance(i, int) else ":" for i in idx)
353-
print(f"{f_idx=}")
354353
for x_num, x in enumerate(arrays, 1):
355354
indexed_x = x[idx]
356355
for x_idx in sh.ndindex(indexed_x.shape):

0 commit comments

Comments
 (0)