MCPcopy Index your code
hub / github.com/numpy/numpy / test_no_fpe

Method test_no_fpe

numpy/_core/tests/test_umath.py:2355–2356  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2353 assert_hypot_isinf(np.inf, 23.0)
2354
2355 def test_no_fpe(self):
2356 assert_no_warnings(ncu.hypot, np.inf, 0)
2357
2358
2359def assert_arctan2_isnan(x, y):

Callers

nothing calls this directly

Calls 1

assert_no_warningsFunction · 0.90

Tested by

no test coverage detected