array_split.unittest.TestCase.assertArraySplitEqual

TestCase.assertArraySplitEqual(splt1, splt2)[source]

Compares list of numpy.ndarray results returned by numpy.array_split() and array_split.split.array_split() functions.

Parameters:
Raises:

unittest.AssertionError – If any element of splt1 is not equal to the corresponding element of splt2.