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

Method test_ip_all_isclose

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

Source from the content-addressed store, hash-verified

2585 assert_array_equal(np.isclose(x, y).all(), np.allclose(x, y), msg % (x, y))
2586
2587 def test_ip_all_isclose(self):
2588 self._setup()
2589 for (x, y) in self.all_close_tests:
2590 self.tst_all_isclose(x, y)
2591
2592 def test_ip_none_isclose(self):
2593 self._setup()

Callers

nothing calls this directly

Calls 2

_setupMethod · 0.95
tst_all_iscloseMethod · 0.95

Tested by

no test coverage detected