MCPcopy Create free account
hub / github.com/numpy/numpy / test_no_fpe

Method test_no_fpe

numpy/core/tests/test_umath.py:2140–2141  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2138 assert_hypot_isinf(np.inf, 23.0)
2139
2140 def test_no_fpe(self):
2141 assert_no_warnings(ncu.hypot, np.inf, 0)
2142
2143
2144def assert_arctan2_isnan(x, y):

Callers

nothing calls this directly

Calls 1

assert_no_warningsFunction · 0.90

Tested by

no test coverage detected