class documentation

Undocumented

Method setup_method Undocumented
Method test_0_ndim_array Undocumented
Method test_array_vs_array_strict Test comparing two arrays with strict option.
Method test_array_vs_float_array_strict Test comparing two arrays with strict option.
Method test_array_vs_scalar_is_equal Test comparing an array with a scalar when all values are equal.
Method test_array_vs_scalar_not_equal Test comparing an array with a scalar when not all values equal.
Method test_array_vs_scalar_strict Test comparing an array with a scalar with strict option.
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
Method test_suppress_overflow_warnings Undocumented
Instance Variable _assert_func Undocumented

Inherited from _GenericTest:

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 setup_method(self): (source)

Undocumented

def test_0_ndim_array(self): (source)

Undocumented

def test_array_vs_array_strict(self): (source)

Test comparing two arrays with strict option.

def test_array_vs_float_array_strict(self): (source)

Test comparing two arrays with strict option.

def test_array_vs_scalar_is_equal(self): (source)

Test comparing an array with a scalar when all values are equal.

def test_array_vs_scalar_not_equal(self): (source)

Test comparing an array with a scalar when not all values equal.

def test_array_vs_scalar_strict(self): (source)

Test comparing an array with a scalar with strict option.

def test_generic_rank1(self): (source)

Test rank 1 array for all dtypes.

def test_generic_rank3(self): (source)

Test rank 3 array for all dtypes.

def test_masked_nan_inf(self): (source)

Undocumented

def test_nan_array(self): (source)

Test arrays with nan values in them.

def test_recarrays(self): (source)

Test record arrays.

def test_string_arrays(self): (source)

Test two arrays with different shapes are found not equal.

@pytest.mark.skipif(not ARRAY_FUNCTION_ENABLED, reason='requires __array_function__')
def test_subclass_that_does_not_implement_npall(self): (source)

Undocumented

def test_subclass_that_overrides_eq(self): (source)

Undocumented

def test_suppress_overflow_warnings(self): (source)

Undocumented

_assert_func = (source)

Undocumented