Skip to content

Commit

Permalink
rename numpy in test to pass validation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
antonwolfy committed Jun 20, 2023
1 parent 8daf624 commit 9445990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/third_party/cupy/math_tests/test_arithmetic.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def test_binary(self):
self.use_dtype
and numpy.lib.NumpyVersion(numpy.__version__) < "1.10.0"
):
raise unittest.SkipTest("Test for numpy>=1.10")
raise unittest.SkipTest("NumPy>=1.10")
self.check_binary()


Expand Down

0 comments on commit 9445990

Please sign in to comment.