ewoksfluo.math.pad.pad_length#

ewoksfluo.math.pad.pad_length(*all_arrays)[source]#

Return the length to which all arrays should be padded to be the same size. Returns None if all arrays already have the same size or no arrays are found.

Parameters:

all_arrays (Tuple[Dict[str, Any]])

Return type:

Optional[int]