Commit 8bc90939 authored by Robert Bradshaw's avatar Robert Bradshaw

Restore weaker test of negative infinity.

parent 42f548bf
......@@ -37,6 +37,7 @@ def test_fp_classif():
assert not npmath.isnan(d_zero)
assert not npmath.isnan(f_zero)
assert npmath.isinf(-npmath.INFINITY)
assert npmath.isinf(npmath.INFINITY)
assert npmath.isnan(npmath.NAN)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment