Skip to content

Commit 3b6961d

Browse files
committed
added missing connection in remove_bias
1 parent 3f4082c commit 3b6961d

File tree

1 file changed

+1
-0
lines changed
  • nipype/workflows/dmri/preprocess

1 file changed

+1
-0
lines changed

nipype/workflows/dmri/preprocess/epi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,7 @@ def remove_bias(name='bias_correct'):
690690
,(split, mult, [('out_files', 'in_file')])
691691
,(mult, thres, [('out_file', 'in_file')])
692692
,(thres, merge, [('out_file', 'in_files')])
693+
,(merge, outputnode, [('merged_file', 'out_file')])
693694
])
694695
return wf
695696

0 commit comments

Comments
 (0)