Skip to content

Commit bc84643

Browse files
committed
regenerated tests
1 parent 4aaffae commit bc84643

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

nipype/interfaces/afni/tests/test_auto_Volreg.py

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,27 @@ def test_Volreg_inputs():
2020
args=dict(argstr='%s',
2121
),
2222
outputtype=dict(),
23-
md1dfile=dict(position=-4,
24-
argstr='-maxdisp1D %s',
25-
),
2623
zpad=dict(position=-5,
2724
argstr='-zpad %d',
2825
),
2926
terminal_output=dict(mandatory=True,
3027
nohash=True,
3128
),
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',
3434
),
3535
in_file=dict(position=-1,
3636
mandatory=True,
3737
argstr='%s',
3838
),
3939
copyorigin=dict(argstr='-twodup',
4040
),
41+
environ=dict(nohash=True,
42+
usedefault=True,
43+
),
4144
out_file=dict(name_source='in_file',
4245
name_template='%s_volreg',
4346
argstr='-prefix %s',

0 commit comments

Comments
 (0)