Skip to content

Commit bc19502

Browse files
committed
FIX: fix merge_rois connection
1 parent 36af895 commit bc19502

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

fmriprep/workflows/pet/confounds.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,9 +382,6 @@ def init_pet_confs_wf(
382382
(acompcor_tfm, acompcor_bin, [('output_image', 'in_file')]),
383383
(union_mask, merge_rois, [('out', 'in1')]),
384384
(acompcor_bin, merge_rois, [
385-
(('out_mask', _last), 'in3'),
386-
(('out_mask', _first), 'in1'),
387-
(('out_mask', _second), 'in2'),
388385
(('out_mask', _first), 'in2'),
389386
(('out_mask', _second), 'in3'),
390387
(('out_mask', _last), 'in4'),

0 commit comments

Comments
 (0)