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 683a342 commit cf9907aCopy full SHA for cf9907a
dpnp/tests/third_party/cupy/math_tests/test_window.py
@@ -2,6 +2,7 @@
2
3
import pytest
4
5
+from dpnp.tests.helper import has_support_aspect64
6
from dpnp.tests.third_party.cupy import testing
7
8
@@ -16,7 +17,7 @@
16
17
)
18
class TestWindow(unittest.TestCase):
19
- @testing.numpy_cupy_allclose(atol=1e-5)
20
+ @testing.numpy_cupy_allclose(atol=1e-5, type_check=has_support_aspect64())
21
def test_window(self, xp):
22
return getattr(xp, self.name)(self.m)
23
0 commit comments