Skip to content

Commit 5eb9905

Browse files
authored
Merge pull request #148 from fixstars/remove_debug_print_on_test_elementwise
Remove debug print on test_elementwise
2 parents 227b750 + f8bf18a commit 5eb9905

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/clpy_tests/core_tests/test_elementwise.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -456,9 +456,6 @@ def test_vectoradd_2_raw_array(self):
456456
actual = w.get()
457457
expected = x_np + y_np + z_np
458458

459-
print(actual)
460-
print(expected)
461-
462459
self.assertTrue(numpy.allclose(actual, expected))
463460

464461
def test_vectoradd_raw_different_index(self):

0 commit comments

Comments
 (0)