Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/numpy/numpy
/ _assert_func
Method
_assert_func
numpy/testing/tests/test_utils.py:924–925 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
922
class
TestArrayAssertLess:
923
924
def
_assert_func(self, *args, **kwargs):
925
assert_array_less(*args, **kwargs)
926
927
def
test_simple_arrays(self):
928
x = np.array([1.1, 2.2])
Callers
11
test_simple_arrays
Method · 0.95
test_rank2
Method · 0.95
test_rank3
Method · 0.95
test_simple_items
Method · 0.95
test_simple_items_and_array
Method · 0.95
test_zeroes
Method · 0.95
test_nan_noncompare
Method · 0.95
test_nan_noncompare_array
Method · 0.95
test_inf_compare
Method · 0.95
test_inf_compare_array
Method · 0.95
test_strict
Method · 0.95
Calls
1
assert_array_less
Function · 0.90
Tested by
no test coverage detected