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

Method test_ip_none_isclose

numpy/core/tests/test_numeric.py:2592–2595  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2590 self.tst_all_isclose(x, y)
2591
2592 def test_ip_none_isclose(self):
2593 self._setup()
2594 for (x, y) in self.none_close_tests:
2595 self.tst_none_isclose(x, y)
2596
2597 def test_ip_isclose_allclose(self):
2598 self._setup()

Callers

nothing calls this directly

Calls 2

_setupMethod · 0.95
tst_none_iscloseMethod · 0.95

Tested by

no test coverage detected