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 4ac9162 commit cbc904dCopy full SHA for cbc904d
nipype/interfaces/afni/tests/test_auto_Unifize.py
@@ -33,6 +33,7 @@ def test_Unifize_inputs():
33
),
34
out_file=dict(argstr='-prefix %s',
35
name_source='in_file',
36
+ name_template='%s_unifized',
37
38
outputtype=dict(),
39
quiet=dict(argstr='-quiet',
nipype/interfaces/afni/utils.py
@@ -2291,6 +2291,7 @@ class UnifizeInputSpec(AFNICommandInputSpec):
2291
exists=True,
2292
copyfile=False)
2293
out_file = File(
2294
2295
desc='output image file name',
2296
argstr='-prefix %s',
2297
name_source='in_file')
0 commit comments