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