Skip to content

Commit 94a418e

Browse files
authored
Update test_histogram.py
1 parent 4e3c87c commit 94a418e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/third_party/cupy/statistics_tests/test_histogram.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ def test_histogram_float_weights_dtype(self, xp, dtype):
140140
return h
141141

142142
def test_histogram_weights_basic(self):
143+
# TODO: to roll back the change once the issue with CUDA support is resolved for random
144+
# v = cupy.random.rand(100))
143145
v = cupy.asarray(numpy.random.rand(100))
144146
w = cupy.ones(100) * 5
145147
a, b = cupy.histogram(v)

0 commit comments

Comments
 (0)