Skip to content

Commit f88204e

Browse files
author
David Ellis
committed
FIX: Removes duplicate connection.
1 parent 3f1926c commit f88204e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nipype/workflows/smri/freesurfer/autorecon3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,6 @@ def out_aseg(in_aparcaseg, in_aseg, out_file):
715715
ar3_wf.connect([(wm_parcellation, wm_segstats, [('out_file', 'segmentation_file')]),
716716
(inputspec, wm_segstats, [('lh_white', 'lh_white'),
717717
('rh_white', 'rh_white'),
718-
('aseg_presurf', 'presurf_seg'),
719718
('transform', 'transform'),
720719
('norm', 'in_intensity'),
721720
('norm', 'partial_volume_file'),

0 commit comments

Comments
 (0)