Skip to content

Commit

Permalink
Bug after revert [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Oct 25, 2023
1 parent 7832af2 commit c575158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narps_open/pipelines/team_08MQ.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def get_preprocessing(self):
(smoothing, remove_func_2, [('smoothed_file', 'files')]),
(alignment_func_to_anat, remove_func_2, [('out_file', '_')]),
(alignment_func_to_anat, remove_func_3, [('out_file', 'files')]),
(alignment_func_to_mni, remove_func_3, [('output_image', '_')])
(alignment_func_to_mni, remove_func_3, [('output_image', '_')]),
(alignment_func_to_mni, remove_func_4, [('output_image', 'files')]),
(data_sink, remove_func_4, [('out_file', '_')])
])
Expand Down

0 comments on commit c575158

Please sign in to comment.