Skip to content

Commit 356553e

Browse files
author
Vahid Tavanashad
committed
add type_check=has_support_aspect64()
1 parent ba2e4c8 commit 356553e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/third_party/cupy/statistics_tests/test_meanvar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def test_median_axis2(self, xp, dtype):
3131
return xp.median(a, axis=2)
3232

3333
@testing.for_all_dtypes()
34-
@testing.numpy_cupy_allclose()
34+
@testing.numpy_cupy_allclose(type_check=has_support_aspect64())
3535
def test_median_overwrite_input(self, xp, dtype):
3636
a = testing.shaped_random((3, 4, 5), xp, dtype)
3737
return xp.median(a, overwrite_input=True)

0 commit comments

Comments
 (0)