-
Notifications
You must be signed in to change notification settings - Fork 2
[general] self.output_directory initialisation issue #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
To quickly reproduce the issue, for example, in a new project:
(It will be better to test also the iteration with a pipeline with level1design, estimateModel and EstimateContrast brick but there is currently an issue to iterate Level1design brick) |
The issue also appears when you stay on the same pipeline/ brick to do a second subject To reproduce:
|
OK I reproduce ... I start to look for a fix .. |
I made a fix for the last @manuegrx, can you please try on your side with different cases. I also need to do some tests on my end. |
It works on my side for both issues (it is okay when I stay on the same pipeline/ brick to do a second subject and it is okay when I iterated ) :) Thanks ! |
Thank you. |
As explain in #22 we need to add a sub-folder in
derived_data
for each subject for some brick (as in EstimateModel).The idea was to redefine self.output_directory path in each brick.
For example in the EstmiateModel brick :
It is working correctly when using the brick alone or in a pipeline.
However, if we are using iteration there is an issue :
The text was updated successfully, but these errors were encountered: