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

Function test_signaling_nan_exceptions

numpy/_core/tests/test_umath.py:5068–5071  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5066 assert_equal(exp, acc)
5067
5068def test_signaling_nan_exceptions():
5069 with assert_no_warnings():
5070 a = np.ndarray(shape=(), dtype='float32', buffer=b'\x00\xe0\xbf\xff')
5071 np.isnan(a)
5072
5073@pytest.mark.parametrize("arr", [
5074 np.arange(2),

Callers

nothing calls this directly

Calls 1

assert_no_warningsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…