Skip to content

Commit 927d898

Browse files
authored
Mute deprecation warning in tests for dpnp.cross (#2111)
1 parent 6c945e2 commit 927d898

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/third_party/cupy/linalg_tests/test_product.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def test_dot_with_out(self, xp, dtype_a, dtype_b, dtype_c):
102102
)
103103
)
104104
class TestCrossProduct(unittest.TestCase):
105+
@pytest.mark.filterwarnings("ignore::DeprecationWarning")
105106
@testing.for_all_dtypes_combination(["dtype_a", "dtype_b"])
106107
@testing.numpy_cupy_allclose(type_check=has_support_aspect64())
107108
def test_cross(self, xp, dtype_a, dtype_b):

0 commit comments

Comments
 (0)