emmi.utils.aistore_utils ======================== .. py:module:: emmi.utils.aistore_utils Functions --------- .. autoapisummary:: emmi.utils.aistore_utils.group_data_by_paths Module Contents --------------- .. py:function:: group_data_by_paths(samples) Groups a list of all aistore objects by their path such that those in the same folder belong together. :param samples: List of all aistore objects of type 'Object'. :returns: A map from paths to grouped data, where grouped data is represented by a dictionary, mapping the filename to the respective aistore object.