pylabrobot.utils.list#

Utilities for working with lists.

Functions

assert_shape(list_, shape)

Assert that a list has the correct shape.

chunk_list(list_, chunk_size)

Divide a list into smaller chunks of a specified size.

reshape_2d(list_, shape)

Reshape a list into a 2d list.