|
"all_events", "events", "math_events", "ps4_events", "task_events", |
There are strange edge cases where for some experiments (e.g., OPS), 'task_events' or 'events' will not load any events, while the other form of events will load events. We should make this robust so that if one is missing, the other (or 'all_events') is checked and loaded with a warning.
cmlreaders/cmlreaders/readers/readers.py
Line 161 in c4b1935
There are strange edge cases where for some experiments (e.g., OPS), 'task_events' or 'events' will not load any events, while the other form of events will load events. We should make this robust so that if one is missing, the other (or 'all_events') is checked and loaded with a warning.