ertk.utils.make_array_array

ertk.utils.make_array_array(x: List[ndarray]) ndarray

Helper function to make an array of arrays.

Parameters:
x: list of np.ndarray

The arrays to put in the array of arrays.

Returns:
arr: np.ndarray

The array of arrays, with shape==(len(x),), and dtype==object.