Skip to content

Commit

Permalink
TST: windows builds now properly support floating error states
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed May 25, 2018
1 parent 055620c commit a0464e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion numpy/core/tests/test_numeric.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,6 @@ def assert_op_raises_fpe(self, fpeerr, flop, sc1, sc2):
self.assert_raises_fpe(fpeerr, flop, sc1, sc2[()])
self.assert_raises_fpe(fpeerr, flop, sc1[()], sc2[()])

@pytest.mark.xfail(reason="See ticket #2350")
def test_floating_exceptions(self):
# Test basic arithmetic function errors
with np.errstate(all='raise'):
Expand Down

0 comments on commit a0464e8

Please sign in to comment.