Skip to content

Commit e81febd

Browse files
committed
Remove stale print
1 parent 6cbfbac commit e81febd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/ndarray/test_lazyexpr_fields.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ def test_where_fusion(array_fixture):
264264
# Reuse the result in another expression twice
265265
res = 2 * res + 4 * res
266266
nres = 2 * nres + 4 * nres
267-
print(res[:], nres)
268267
np.testing.assert_allclose(res[:], nres)
269268

270269
# TODO: this is not working yet

0 commit comments

Comments
 (0)