Skip to content

Commit 63f9f30

Browse files
committed
add additional assert check
1 parent 483e3e7 commit 63f9f30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_product.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,7 @@ def test_kron_order(self, order):
775775

776776
result = dpnp.kron(ia, ib)
777777
expected = numpy.kron(a, b)
778+
assert result.flags["C_CONTIGUOUS"] == expected.flags["C_CONTIGUOUS"]
778779
assert_dtype_allclose(result, expected)
779780

780781

0 commit comments

Comments
 (0)