[WIP]: Ordering datasets by process at the level of matched cuts
Created by: RosalynLP
The aim is to order datasets by process rather than alphabetically, at the level of matched_dataspecs_dataset_theory
in config.py
. So far I have been trying to replace the action process_lookup
in theorycovariance.py
with a function _process_lookup
as you suggested before @Zaharid. However, I am having the error
in _process_lookup
for commondata in commondata_experiments}
TypeError: 'collect' object is not iterable
so I'm not sure how I can access the commondata entry corresponding to a given dataset name.