Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
879
class
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_arrays
Method · 0.95
test_simple_items
Method · 0.95
test_nan_array
Method · 0.95
test_nan_items
Method · 0.95
Calls
1
assert_approx_equal
Function · 0.90
Tested by
no test coverage detected