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 1a96229 commit 3003729Copy full SHA for 3003729
dpnp/tests/test_product.py
@@ -508,7 +508,7 @@ def test_scalar(self, dtype):
508
509
result = dpnp.kron(ib, a)
510
expected = numpy.kron(b, a)
511
- # NumPy returns incorrect dtype on Windows, so add check_type=False
+ # NumPy returns incorrect dtype on Windows, add check_type=False
512
assert_dtype_allclose(result, expected, check_type=False)
513
514
@pytest.mark.parametrize("dtype", get_all_dtypes(no_none=True))
0 commit comments