MCPcopy
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

922class 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_arraysMethod · 0.95
test_rank2Method · 0.95
test_rank3Method · 0.95
test_simple_itemsMethod · 0.95
test_zeroesMethod · 0.95
test_nan_noncompareMethod · 0.95
test_inf_compareMethod · 0.95
test_strictMethod · 0.95

Calls 1

assert_array_lessFunction · 0.90

Tested by

no test coverage detected