trim_array

mastml.plots.trim_array(arr_list)[source]

Method used to trim a set of arrays to make all arrays the same shape

Args:

arr_list: (list), list of numpy arrays, where arrays are different sizes

Returns:

arr_list: (), list of trimmed numpy arrays, where arrays are same size