class documentation

class TestEqual(TestArrayEqual):

View In Hierarchy

Undocumented

Method setup Undocumented
Method test​_complex Undocumented
Method test​_complex​_item Undocumented
Method test​_datetime Undocumented
Method test​_inf​_items Undocumented
Method test​_nan​_items Undocumented
Method test​_nat​_items Undocumented
Method test​_negative​_zero Undocumented
Method test​_non​_numeric Undocumented
Method test​_object Undocumented
Instance Variable ​_assert​_func Undocumented

Inherited from TestArrayEqual:

Method test​_0​_ndim​_array Undocumented
Method test​_generic​_rank1 Test rank 1 array for all dtypes.
Method test​_generic​_rank3 Test rank 3 array for all dtypes.
Method test​_masked​_nan​_inf Undocumented
Method test​_nan​_array Test arrays with nan values in them.
Method test​_recarrays Test record arrays.
Method test​_string​_arrays Test two arrays with different shapes are found not equal.
Method test​_subclass​_that​_does​_not​_implement​_npall Undocumented
Method test​_subclass​_that​_overrides​_eq Undocumented

Inherited from _GenericTest (via TestArrayEqual):

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 setup(self):
def test_complex(self):

Undocumented

def test_complex_item(self):

Undocumented

def test_datetime(self):

Undocumented

def test_inf_items(self):

Undocumented

def test_nan_items(self):

Undocumented

def test_nat_items(self):

Undocumented

def test_negative_zero(self):

Undocumented

def test_non_numeric(self):

Undocumented

def test_object(self):

Undocumented