Skip to content

Commit 3c13c73

Browse files
committed
removed obsolete xor, fixed tests
1 parent 15899e1 commit 3c13c73

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

nipype/interfaces/freesurfer/model.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -783,8 +783,7 @@ class MS_LDAInputSpec(FSTraitedSpec):
783783
desc='filename for the LDA weights (input or output)')
784784
vol_synth_file = traits.File(exists=False, argstr='-synth %s',
785785
mandatory=True,
786-
desc='filename for the synthesized output volume',
787-
xor=['vol_synth_file', 'output_synth'])
786+
desc='filename for the synthesized output volume')
788787
label_file = traits.File(exists=True, argstr='-label %s',
789788
desc='filename of the label volume')
790789
mask_file = traits.File(exists=True, argstr='-mask %s',

nipype/interfaces/freesurfer/tests/test_auto_MS_LDA.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ def test_MS_LDA_inputs():
1616
),
1717
vol_synth_file=dict(mandatory=True,
1818
argstr='-synth %s',
19-
xor=['vol_synth_file', 'output_synth'],
2019
),
2120
shift=dict(argstr='-shift %d',
2221
),

0 commit comments

Comments
 (0)