Skip to content

Commit 8a5a81c

Browse files
committed
Applied review comments
1 parent 1ad55f1 commit 8a5a81c

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

tests/third_party/cupy/core_tests/test_ndarray_reduction.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@ def test_zero_size(self, xp):
394394
}
395395
)
396396
)
397-
398397
# @unittest.skipUnless(cupy.cuda.cub.available, 'The CUB routine is not enabled')
399398
class TestCubReduction(unittest.TestCase):
400399
# def setUp(self):

tests/third_party/cupy/random_tests/test_sample.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ def test_zero_sizes(self):
3939

4040

4141
# @testing.fix_random()
42-
43-
4442
class TestRandint2(unittest.TestCase):
4543
@pytest.mark.usefixtures("allow_fall_back_on_numpy")
4644
@_condition.repeat(3, 10)

tests/third_party/cupy/sorting_tests/test_search.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ def test_argmin_zero_size_axis1(self, xp, dtype):
165165
# 'shape': [(10,), (10, 20), (10, 20, 30), (10, 20, 30, 40)],
166166
# 'order': ('C', 'F'),
167167
# }))
168-
169168
# @unittest.skipUnless(cupy.cuda.cub.available, 'The CUB routine is not enabled')
170169
# class TestCubReduction(unittest.TestCase):
171170

0 commit comments

Comments
 (0)