File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ class DTIFitInputSpec(FSLCommandInputSpec):
46
46
save_tensor = traits .Bool (desc = 'save the elements of the tensor' ,
47
47
argstr = '--save_tensor' )
48
48
sse = traits .Bool (desc = 'output sum of squared errors' , argstr = '--sse' )
49
- cni = File (exists = True , desc = 'input counfound regressors' , argstr = '-cni %s' )
49
+ cni = File (exists = True , desc = 'input counfound regressors' , argstr = '-- cni= %s' )
50
50
little_bit = traits .Bool (desc = 'only process small area of brain' ,
51
51
argstr = '--littlebit' )
52
52
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def test_DTIFit_inputs():
17
17
mandatory = True ,
18
18
position = 3 ,
19
19
),
20
- cni = dict (argstr = '-cni %s' ,
20
+ cni = dict (argstr = '-- cni= %s' ,
21
21
),
22
22
dwi = dict (argstr = '-k %s' ,
23
23
mandatory = True ,
You can’t perform that action at this time.
0 commit comments