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 d292956 commit 060fdf9Copy full SHA for 060fdf9
tests/third_party/cupy/sorting_tests/test_count.py
@@ -18,7 +18,7 @@ def func(xp):
18
# CuPy returns zero-dimensional array instead of
19
# returning a scalar value
20
assert isinstance(c, xp.ndarray)
21
- assert c.dtype == "l"
+ assert c.dtype == "p"
22
assert c.shape == ()
23
return int(c)
24
@@ -33,7 +33,7 @@ def func(xp):
33
34
35
36
37
38
39
0 commit comments