We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cbfbac commit e81febdCopy full SHA for e81febd
tests/ndarray/test_lazyexpr_fields.py
@@ -264,7 +264,6 @@ def test_where_fusion(array_fixture):
264
# Reuse the result in another expression twice
265
res = 2 * res + 4 * res
266
nres = 2 * nres + 4 * nres
267
- print(res[:], nres)
268
np.testing.assert_allclose(res[:], nres)
269
270
# TODO: this is not working yet
0 commit comments