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

Method _assert_func

numpy/testing/tests/test_utils.py:881–882  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

879class TestApproxEqual:
880
881 def _assert_func(self, *args, **kwargs):
882 assert_approx_equal(*args, **kwargs)
883
884 def test_simple_0d_arrays(self):
885 x = np.array(1234.22)

Callers 4

test_simple_0d_arraysMethod · 0.95
test_simple_itemsMethod · 0.95
test_nan_arrayMethod · 0.95
test_nan_itemsMethod · 0.95

Calls 1

assert_approx_equalFunction · 0.90

Tested by

no test coverage detected