Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Oct 13, 2024
1 parent 31a0021 commit faf9070
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cubed/tests/test_array_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ def test_index_2d(spec, ind):
],
)
def test_index_2d_fusion(spec, ind):
print("ind", ind)
a = xp.asarray(
[[1, 2, 3, 4], [5, 6, 7, 8], [9, 10, 11, 12], [13, 14, 15, 16]],
chunks=(2, 2),
Expand Down

0 comments on commit faf9070

Please sign in to comment.