Skip to content

Commit 6e2c3c7

Browse files
authored
Update test_indexing.py
1 parent 4ad814c commit 6e2c3c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_indexing.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,8 @@ class TestTakeAlongAxis:
728728
],
729729
)
730730
def test_argequivalent(self, func, argfunc, kwargs):
731+
# TODO: to roll back the change once the issue with CUDA support is resolved for random
732+
# a = dpnp.random.random(size=(3, 4, 5))
731733
a = dpnp.asarray(numpy.random.random(size=(3, 4, 5)))
732734

733735
for axis in list(range(a.ndim)) + [None]:

0 commit comments

Comments
 (0)