Skip to content

Commit 56db205

Browse files
committed
remove debugging leftover
1 parent d0870b1 commit 56db205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/tests/test_binary_ufuncs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def test_inplace_dtype_explicit(self, dtype1, dtype2):
118118
assert_dtype_allclose(result, expected)
119119
else:
120120
assert_raises(TypeError, numpy.add, a, b, out=a)
121-
# assert_raises(ValueError, dpnp.add, ia, ib, out=ia)
121+
assert_raises(ValueError, dpnp.add, ia, ib, out=ia)
122122

123123
@pytest.mark.parametrize("shape", [(0,), (15,), (2, 2)])
124124
def test_invalid_shape(self, shape):

0 commit comments

Comments
 (0)