class documentation

class _GenericTest:

Known subclasses: numpy.testing.tests.test_utils.TestAlmostEqual, numpy.testing.tests.test_utils.TestArrayAlmostEqual, numpy.testing.tests.test_utils.TestArrayEqual

View In Hierarchy

Undocumented

Method ​_test​_equal Undocumented
Method ​_test​_not​_equal Undocumented
Method test​_array​_diffshape Test two arrays with different shapes are found not equal.
Method test​_array​_likes Undocumented
Method test​_array​_rank1​_eq Test two equal array of rank 1 are found equal.
Method test​_array​_rank1​_noteq Test two different array of rank 1 are found not equal.
Method test​_array​_rank2​_eq Test two equal array of rank 2 are found equal.
Method test​_objarray Test object arrays.
def _test_equal(self, a, b):

Undocumented

def _test_not_equal(self, a, b):

Undocumented

def test_array_diffshape(self):
Test two arrays with different shapes are found not equal.
def test_array_likes(self):

Undocumented

def test_array_rank1_eq(self):
Test two equal array of rank 1 are found equal.
def test_array_rank1_noteq(self):
Test two different array of rank 1 are found not equal.
def test_array_rank2_eq(self):
Test two equal array of rank 2 are found equal.
def test_objarray(self):
Test object arrays.