class _GenericTest:
Known subclasses: numpy.testing.tests.test_utils.TestAlmostEqual
, numpy.testing.tests.test_utils.TestArrayAlmostEqual
, numpy.testing.tests.test_utils.TestArrayEqual
Undocumented
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. |