Skip to content

Commit 448696a

Browse files
committed
FIX: QwarpPlusMinus renamed source_file to in_file
1 parent b7b68d4 commit 448696a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fmriprep/workflows/fieldmap/pepolar.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ def init_pepolar_unwarp_wf(bold_meta, epi_fmaps, omp_nthreads=1,
139139

140140
workflow.connect([
141141
(inputnode, prepare_epi_matching_wf, [('in_reference_brain', 'inputnode.ref_brain')]),
142-
(prepare_epi_matching_wf, qwarp, [('outputnode.out_file', 'source_file')]),
142+
(prepare_epi_matching_wf, qwarp, [('outputnode.out_file', 'in_file')]),
143143
])
144144
else:
145-
workflow.connect([(inputnode, qwarp, [('in_reference_brain', 'source_file')])])
145+
workflow.connect([(inputnode, qwarp, [('in_reference_brain', 'in_file')])])
146146

147147
to_ants = pe.Node(niu.Function(function=_fix_hdr), name='to_ants',
148148
mem_gb=0.01)

0 commit comments

Comments
 (0)