From faf9070b7795ed14266f3d7a339ba957f24f0cd0 Mon Sep 17 00:00:00 2001 From: Tom White Date: Sun, 13 Oct 2024 17:23:03 +0100 Subject: [PATCH] Remove print --- cubed/tests/test_array_api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cubed/tests/test_array_api.py b/cubed/tests/test_array_api.py index a3ee3e04..2ef65ebc 100644 --- a/cubed/tests/test_array_api.py +++ b/cubed/tests/test_array_api.py @@ -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),