class documentation

class TestArrayAlmostEqual(_GenericTest):

View In Hierarchy

Undocumented

Method setup Undocumented
Method test​_closeness Undocumented
Method test​_inf Undocumented
Method test​_nan Undocumented
Method test​_simple Undocumented
Method test​_subclass Undocumented
Method test​_subclass​_that​_cannot​_be​_bool Undocumented
Instance Variable ​_assert​_func Undocumented

Inherited from _GenericTest:

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):

Undocumented

def test_closeness(self):

Undocumented

def test_inf(self):

Undocumented

def test_nan(self):

Undocumented

def test_simple(self):

Undocumented

def test_subclass(self):

Undocumented

def test_subclass_that_cannot_be_bool(self):

Undocumented

_assert_func =

Undocumented