array_split.split_test.SplitTest.test_split_by_num_slices

SplitTest.test_split_by_num_slices()[source]

Test for case for splitting by number of slice elements:

ShapeSplitter(array_shape=(10, 13), indices_or_sections=3).calculate_split()
ShapeSplitter(array_shape=(10, 13), axis=[2, 3]).calculate_split()