mpi_array.unittest.TestCase.assertArraySplitEqual

TestCase.assertArraySplitEqual(splt1, splt2)[source]

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

Parameters:
Raises:

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