You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get an error defining SPM model level 1, with multiple runs and concatenate_runs set to True. I made sure that I have the same regressors in each run. The culprit seems to be the nipype code that adds run specific dummy variables (code) - regressor_names are not updated with these added variables and then error is raised at this line as of course it cannot find the regressor name.
i'm trying to understand what piece of the code is not doing the correct thing. i'm sure your fix will work, but it would be good to generate the test case that breaks first. since we have used this form of concatenate runs in our examples for a long time and would like to make sure what case we did not cover or what we broke and stopped testing properly.
Summary
I get an error defining SPM model level 1, with multiple runs and concatenate_runs set to True. I made sure that I have the same regressors in each run. The culprit seems to be the nipype code that adds run specific dummy variables (code) - regressor_names are not updated with these added variables and then error is raised at this line as of course it cannot find the regressor name.
Here is the error part from stdout:
If my interpretation is correct I can send a pull request, its an easy fix with a single line I think:
at this line. I already tested it and that seems to work.
Platform details:
Execution environment
The text was updated successfully, but these errors were encountered: