yawning_titan.experiment_helpers.graph_metrics.flatten_list#

yawning_titan.experiment_helpers.graph_metrics.flatten_list(list_input)[source]#

Take a list of lists and flattens them into a single list.

Parameters:

list_input – The input list of lists to be processed

Returns:

A single list containing all elements