Skip to content

Commit a7d1565

Browse files
committed
update refit auto-test
1 parent add5128 commit a7d1565

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

nipype/interfaces/afni/tests/test_auto_Refit.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,18 @@
66
def test_Refit_inputs():
77
input_map = dict(args=dict(argstr='%s',
88
),
9+
atrcopy=dict(argstr='-atrcopy %s %s',
10+
),
11+
atrfloat=dict(argstr='-atrfloat %s %s',
12+
),
13+
atrint=dict(argstr='-atrint %s %s',
14+
),
15+
atrstring=dict(argstr='-atrstring %s %s',
16+
),
917
deoblique=dict(argstr='-deoblique',
1018
),
19+
duporigin_file=dict(argstr='-duporigin %s',
20+
),
1121
environ=dict(nohash=True,
1222
usedefault=True,
1323
),
@@ -19,6 +29,10 @@ def test_Refit_inputs():
1929
mandatory=True,
2030
position=-1,
2131
),
32+
nosaveatr=dict(argstr='-nosaveatr',
33+
),
34+
saveatr=dict(argstr='-saveatr',
35+
),
2236
space=dict(argstr='-space %s',
2337
),
2438
terminal_output=dict(nohash=True,

0 commit comments

Comments
 (0)