Skip to content

Commit 1461e81

Browse files
authored
Update test_histogram.py
1 parent 94a418e commit 1461e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/third_party/cupy/statistics_tests/test_histogram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def test_histogram_float_weights_dtype(self, xp, dtype):
141141

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

0 commit comments

Comments
 (0)