Eric Larson
Eric Larson
... you might need to run with `--debug` to get the whole traceback printed
> Is there any way to continue or exclude EOG in this case? I still found no way to run the pipeline if EOG is missing/empty for certain participants It...
`exclude_runs` doesn't interact well with caching: `tuple(config.exclude_runs)` leads to `TypeError`
Yeah definitely some bug here where we need to treat list-like and `dict` differently. @mathias-sm any chance you'd be interested in looking deeper into a fix?
`exclude_runs` doesn't interact well with caching: `tuple(config.exclude_runs)` leads to `TypeError`
I am not sure why we bother with the `tuple`... @mathias-sm can you see if removing the conditional entirely and passing `exclude_runs=config.exclude_runs` fixes the bug?
Before we use this variable we should raise an informative error telling people to set this value. Presumably no default is set (e.g., like 1.) because we want the end-user...