I need to add to the docs that you really should avoiding this if possible. It's used in a very specific case in the compare fits runcards to bridge backwards compatibility but if it's used liberally it basically overwrites the data_input key in each element of group_dataset_inputs_by* and so each group ends up with every single dataset and your computer will grind to a halt
I'm not sure if running fitinputcontext:: <action involving groups> would do the same thing, I should test this.
I need to add to the docs that you really should avoiding this if possible. It's used in a very specific case in the compare fits runcards to bridge backwards compatibility but if it's used liberally it basically overwrites the
data_inputkey in each element ofgroup_dataset_inputs_by*and so each group ends up with every single dataset and your computer will grind to a haltI'm not sure if running
fitinputcontext:: <action involving groups>would do the same thing, I should test this.