File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
nipype/interfaces/afni/tests Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -20,24 +20,27 @@ def test_Volreg_inputs():
20
20
args = dict (argstr = '%s' ,
21
21
),
22
22
outputtype = dict (),
23
- md1dfile = dict (position = - 4 ,
24
- argstr = '-maxdisp1D %s' ,
25
- ),
26
23
zpad = dict (position = - 5 ,
27
24
argstr = '-zpad %d' ,
28
25
),
29
26
terminal_output = dict (mandatory = True ,
30
27
nohash = True ,
31
28
),
32
- environ = dict (nohash = True ,
33
- usedefault = True ,
29
+ md1d_file = dict (name_source = 'in_file' ,
30
+ keep_extension = True ,
31
+ position = - 4 ,
32
+ name_template = '%s_md.1D' ,
33
+ argstr = '-maxdisp1D %s' ,
34
34
),
35
35
in_file = dict (position = - 1 ,
36
36
mandatory = True ,
37
37
argstr = '%s' ,
38
38
),
39
39
copyorigin = dict (argstr = '-twodup' ,
40
40
),
41
+ environ = dict (nohash = True ,
42
+ usedefault = True ,
43
+ ),
41
44
out_file = dict (name_source = 'in_file' ,
42
45
name_template = '%s_volreg' ,
43
46
argstr = '-prefix %s' ,
You can’t perform that action at this time.
0 commit comments