Skip to content

Commit b14c4e1

Browse files
committed
Updated comment in test
1 parent 657a45b commit b14c4e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_mathematical.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1927,8 +1927,8 @@ def test_zeros(self, dt):
19271927
assert_equal(result, expected)
19281928
else:
19291929
# numpy.spacing(-0.0) == numpy.spacing(0.0), i.e. NumPy returns
1930-
# positive value, while for any other negative input the result
1931-
# will be negative value (looks as a bug in NumPy)
1930+
# positive value (looks as a bug in NumPy), because for any other
1931+
# negative input the NumPy result will be also a negative value.
19321932
expected[1] *= -1
19331933
assert_equal(result, expected)
19341934

0 commit comments

Comments
 (0)