We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c4b425 commit a27c624Copy full SHA for a27c624
nipype/interfaces/afni/tests/test_auto_Copy.py
@@ -16,9 +16,10 @@ def test_Copy_inputs():
16
mandatory=True,
17
position=-2,
18
),
19
- out_file=dict(argstr='-prefix %s',
+ out_file=dict(argstr='%s',
20
name_source='in_file',
21
name_template='%s_copy',
22
+ position=-1,
23
24
outputtype=dict(),
25
terminal_output=dict(nohash=True,
0 commit comments