Skip to content

Commit

Permalink
Updated comment in test
Browse files Browse the repository at this point in the history
  • Loading branch information
antonwolfy committed Oct 25, 2024
1 parent 657a45b commit b14c4e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_mathematical.py
Original file line number Diff line number Diff line change
Expand Up @@ -1927,8 +1927,8 @@ def test_zeros(self, dt):
assert_equal(result, expected)
else:
# numpy.spacing(-0.0) == numpy.spacing(0.0), i.e. NumPy returns
# positive value, while for any other negative input the result
# will be negative value (looks as a bug in NumPy)
# positive value (looks as a bug in NumPy), because for any other
# negative input the NumPy result will be also a negative value.
expected[1] *= -1
assert_equal(result, expected)

Expand Down

0 comments on commit b14c4e1

Please sign in to comment.