class documentation

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.
Method _test_equal Undocumented
Method _test_not_equal Undocumented
def test_array_diffshape(self): (source)

Test two arrays with different shapes are found not equal.

def test_array_likes(self): (source)

Undocumented

def test_array_rank1_eq(self): (source)

Test two equal array of rank 1 are found equal.

def test_array_rank1_noteq(self): (source)

Test two different array of rank 1 are found not equal.

def test_array_rank2_eq(self): (source)

Test two equal array of rank 2 are found equal.

def test_objarray(self): (source)

Test object arrays.

def _test_equal(self, a, b): (source)

Undocumented

def _test_not_equal(self, a, b): (source)

Undocumented