array_split.split_test.SplitTest.assertArraySplitEqual

SplitTest.assertArraySplitEqual(splt1, splt2)

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.