File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
nipype/interfaces/freesurfer Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -783,8 +783,7 @@ class MS_LDAInputSpec(FSTraitedSpec):
783
783
desc = 'filename for the LDA weights (input or output)' )
784
784
vol_synth_file = traits .File (exists = False , argstr = '-synth %s' ,
785
785
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' )
788
787
label_file = traits .File (exists = True , argstr = '-label %s' ,
789
788
desc = 'filename of the label volume' )
790
789
mask_file = traits .File (exists = True , argstr = '-mask %s' ,
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ def test_MS_LDA_inputs():
16
16
),
17
17
vol_synth_file = dict (mandatory = True ,
18
18
argstr = '-synth %s' ,
19
- xor = ['vol_synth_file' , 'output_synth' ],
20
19
),
21
20
shift = dict (argstr = '-shift %d' ,
22
21
),
You can’t perform that action at this time.
0 commit comments