Skip to content

Commit

Permalink
Fix line too long lints
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Nov 11, 2022
1 parent 32ae716 commit 26f25da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/core/tests/test_numeric.py
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ def test_floating_exceptions(self, typecode):
self.assert_raises_fpe(invalid,
lambda a, b: a*b, ftype(0), ftype(np.inf))

@pytest.mark.skipif(IS_WASM, reason="wasm doesn't have support for fp errors")
@pytest.mark.skipif(IS_WASM, reason="no wasm fp exception support")
def test_warnings(self):
# test warning code path
with warnings.catch_warnings(record=True) as w:
Expand Down

0 comments on commit 26f25da

Please sign in to comment.