Skip to content

Commit 87bd64d

Browse files
committed
Remove unnecessary MapNode
1 parent 0086c3d commit 87bd64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdcflows/workflows/phdiff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def init_phdiff_wf(omp_nthreads, name='phdiff_wf'):
105105
phmap2rads = pe.MapNode(PhaseMap2rads(), name='phmap2rads',
106106
iterfield=['in_file'], run_without_submitting=True)
107107
# FSL PRELUDE will perform phase-unwrapping
108-
prelude = pe.MapNode(fsl.PRELUDE(), iterfield=['phase_file'], name='prelude')
108+
prelude = pe.Node(fsl.PRELUDE(), name='prelude')
109109

110110
calc_phdiff = pe.Node(SubtractPhases(), name='calc_phdiff',
111111
run_without_submitting=True)

0 commit comments

Comments
 (0)