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

Method _test_equal

numpy/testing/tests/test_utils.py:21–22  ·  view source on GitHub ↗
(self, a, b)

Source from the content-addressed store, hash-verified

19class _GenericTest:
20
21 def _test_equal(self, a, b):
22 self._assert_func(a, b)
23
24 def _test_not_equal(self, a, b):
25 with assert_raises(AssertionError):

Callers 14

test_array_rank1_eqMethod · 0.95
test_array_rank2_eqMethod · 0.95
test_objarrayMethod · 0.95
test_array_likesMethod · 0.95
fooMethod · 0.80
test_nan_arrayMethod · 0.80
test_string_arraysMethod · 0.80
test_recarraysMethod · 0.80
test_masked_nan_infMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected