Open Joloco109 opened 1 year ago
Implement a way for task data to be optional in DecompData.
DecompData
Split DecompData into three classes, one for the decomposition, one for trial data and one container holding both. Container could maybe inherit decomposition, or with multiple inheritance also from trial data.
Implement a way for task data to be optional in
DecompData
.