Skip to content

Commit 27862ea

Browse files
committed
Resolve result dtype missmatch in tests for dpnp.linalg.cross
1 parent 6e034b8 commit 27862ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/tests/third_party/cupy/linalg_tests/test_product.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class TestLinalgCrossProduct(unittest.TestCase):
172172

173173
@testing.with_requires("numpy>=2.0")
174174
@testing.for_all_dtypes_combination(["dtype_a", "dtype_b"])
175-
@testing.numpy_cupy_allclose()
175+
@testing.numpy_cupy_allclose(type_check=has_support_aspect64())
176176
def test_cross(self, xp, dtype_a, dtype_b):
177177
if dtype_a == dtype_b == numpy.bool_:
178178
# cross does not support bool-bool inputs.

0 commit comments

Comments
 (0)