Skip to content

Commit cda56e9

Browse files
committed
make specs
1 parent 78f68ae commit cda56e9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

nipype/interfaces/afni/tests/test_auto_Allineate.py

+5-3
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,14 @@ def test_Allineate_inputs():
6161
usedefault=True,
6262
),
6363
nwarp=dict(argstr='-nwarp %s', ),
64-
nwarp_fixdep=dict(argstr='-nwarp_fixdep%s', ),
65-
nwarp_fixmot=dict(argstr='-nwarp_fixmot%s', ),
64+
nwarp_fixdep=dict(argstr='-nwarp_fixdep%s...', ),
65+
nwarp_fixmot=dict(argstr='-nwarp_fixmot%s...', ),
6666
one_pass=dict(argstr='-onepass', ),
6767
out_file=dict(
6868
argstr='-prefix %s',
69-
genfile=True,
69+
hash_files=False,
70+
name_source='in_file',
71+
name_template='%s_allineate',
7072
xor=['allcostx'],
7173
),
7274
out_matrix=dict(

0 commit comments

Comments
 (0)