Skip to content

Commit e56cc3f

Browse files
committed
fix: amend previous commit - left bad connection name
1 parent ece13e1 commit e56cc3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dmriprep/workflows/dwi/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def init_dwi_reference_wf(omp_nthreads, name='dwi_reference_wf', gen_report=Fals
106106
(pre_mask, enhance_and_skullstrip_dwi_wf, [('out_file', 'inputnode.pre_mask')]),
107107
(validate, outputnode, [('out_file', 'dwi_file'),
108108
('out_report', 'validation_report')]),
109-
(rescale_b0, outputnode, [('out_file', 'raw_ref_image')]),
109+
(rescale_b0, outputnode, [('out_ref', 'raw_ref_image')]),
110110
(enhance_and_skullstrip_dwi_wf, outputnode, [
111111
('outputnode.bias_corrected_file', 'ref_image'),
112112
('outputnode.mask_file', 'dwi_mask'),

0 commit comments

Comments
 (0)