Skip to content

Commit cf9907a

Browse files
committed
fix third party tests
1 parent 683a342 commit cf9907a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dpnp/tests/third_party/cupy/math_tests/test_window.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import pytest
44

5+
from dpnp.tests.helper import has_support_aspect64
56
from dpnp.tests.third_party.cupy import testing
67

78

@@ -16,7 +17,7 @@
1617
)
1718
class TestWindow(unittest.TestCase):
1819

19-
@testing.numpy_cupy_allclose(atol=1e-5)
20+
@testing.numpy_cupy_allclose(atol=1e-5, type_check=has_support_aspect64())
2021
def test_window(self, xp):
2122
return getattr(xp, self.name)(self.m)
2223

0 commit comments

Comments
 (0)