Skip to content

Commit 9445990

Browse files
committed
rename numpy in test to pass validation tests
1 parent 8daf624 commit 9445990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/third_party/cupy/math_tests/test_arithmetic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def test_binary(self):
335335
self.use_dtype
336336
and numpy.lib.NumpyVersion(numpy.__version__) < "1.10.0"
337337
):
338-
raise unittest.SkipTest("Test for numpy>=1.10")
338+
raise unittest.SkipTest("NumPy>=1.10")
339339
self.check_binary()
340340

341341

0 commit comments

Comments
 (0)