Skip to content

Commit 6df6bec

Browse files
committed
remove duplicated input
1 parent d10791e commit 6df6bec

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

nipype/interfaces/freesurfer/tests/test_auto_Tkregister2.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ def test_Tkregister2_inputs():
88
environ=dict(nohash=True,
99
usedefault=True,
1010
),
11-
fsl=dict(argstr='--fsl %s',
12-
),
1311
fsl_in_matrix=dict(argstr='--fsl %s',
1412
),
1513
fsl_out=dict(argstr='--fslregout %s',

nipype/interfaces/freesurfer/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,8 +1216,6 @@ class Tkregister2InputSpec(FSTraitedSpec):
12161216
desc='set mov to be tal and reg to be tal xfm')
12171217
movscale = traits.Float(argstr='--movscale %f',
12181218
desc='adjust registration matrix to scale mov')
1219-
fsl = File(exists=True, argstr='--fsl %s',
1220-
desc='use the matrix produced by FSL as initial registration')
12211219
xfm = File(exists=True, argstr='--xfm %s',
12221220
desc='use a matrix in MNI coordinates as initial registration')
12231221
fsl_out = File(argstr='--fslregout %s',

0 commit comments

Comments
 (0)