class TestArrayEqual(_GenericTest):
Known subclasses: numpy.testing.tests.test_utils.TestEqual
Undocumented
Method | setup |
Undocumented |
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 |
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. |
Undocumented