Skip to content

Commit 2814d19

Browse files
committed
change numpy to Numpy
1 parent 004ac9c commit 2814d19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_mathematical.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def test_fmod(self, dtype, lhs, rhs):
177177
On a gpu without support for `float64`, dpnp produces results similar to the second one.
178178
"""
179179
pytest.skip(
180-
"Due to accuracy reason, the results are different for numpy and dpnp"
180+
"Due to accuracy reason, the results are different for NumPy and dpnp"
181181
)
182182
self._test_mathematical("fmod", dtype, lhs, rhs)
183183

@@ -231,7 +231,7 @@ def test_remainder(self, dtype, lhs, rhs):
231231
On a gpu without support for `float64`, dpnp produces results similar to the second one.
232232
"""
233233
pytest.skip(
234-
"Due to accuracy reason, the results are different for numpy and dpnp"
234+
"Due to accuracy reason, the results are different for Numpy and dpnp"
235235
)
236236
self._test_mathematical("remainder", dtype, lhs, rhs)
237237

0 commit comments

Comments
 (0)