Skip to content

Commit f139c9f

Browse files
committed
removed deprecated input
1 parent 714b4aa commit f139c9f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

nipype/interfaces/freesurfer/model.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -781,12 +781,6 @@ class MS_LDAInputSpec(FSTraitedSpec):
781781
desc='pair of class labels to optimize')
782782
weight_file = traits.File(argstr='-weight %s', mandatory=True,
783783
desc='filename for the LDA weights (input or output)')
784-
output_synth = traits.File(exists=False, argstr='-synth %s',
785-
mandatory=True,
786-
desc='filename for the synthesized output volume',
787-
deprecated='0.8',
788-
new_name='vol_synth_file',
789-
xor=['vol_synth_file', 'output_synth'])
790784
vol_synth_file = traits.File(exists=False, argstr='-synth %s',
791785
mandatory=True,
792786
desc='filename for the synthesized output volume',

0 commit comments

Comments
 (0)