We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f68ae commit cda56e9Copy full SHA for cda56e9
nipype/interfaces/afni/tests/test_auto_Allineate.py
@@ -61,12 +61,14 @@ def test_Allineate_inputs():
61
usedefault=True,
62
),
63
nwarp=dict(argstr='-nwarp %s', ),
64
- nwarp_fixdep=dict(argstr='-nwarp_fixdep%s', ),
65
- nwarp_fixmot=dict(argstr='-nwarp_fixmot%s', ),
+ nwarp_fixdep=dict(argstr='-nwarp_fixdep%s...', ),
+ nwarp_fixmot=dict(argstr='-nwarp_fixmot%s...', ),
66
one_pass=dict(argstr='-onepass', ),
67
out_file=dict(
68
argstr='-prefix %s',
69
- genfile=True,
+ hash_files=False,
70
+ name_source='in_file',
71
+ name_template='%s_allineate',
72
xor=['allcostx'],
73
74
out_matrix=dict(
0 commit comments