Skip to content

Commit 3003729

Browse files
author
Vahid Tavanashad
committed
minor update
1 parent 1a96229 commit 3003729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/tests/test_product.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ def test_scalar(self, dtype):
508508

509509
result = dpnp.kron(ib, a)
510510
expected = numpy.kron(b, a)
511-
# NumPy returns incorrect dtype on Windows, so add check_type=False
511+
# NumPy returns incorrect dtype on Windows, add check_type=False
512512
assert_dtype_allclose(result, expected, check_type=False)
513513

514514
@pytest.mark.parametrize("dtype", get_all_dtypes(no_none=True))

0 commit comments

Comments
 (0)