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 75b66ba commit fd1037eCopy full SHA for fd1037e
nipype/interfaces/afni/tests/test_auto_TProject.py
@@ -27,7 +27,7 @@ def test_TProject_inputs():
27
usedefault=True,
28
),
29
in_file=dict(
30
- argstr='%s',
+ argstr='-input %s',
31
copyfile=False,
32
mandatory=True,
33
position=1,
nipype/interfaces/afni/utils.py
@@ -1815,7 +1815,8 @@ def _list_outputs(self):
1815
os.getcwd(), self.inputs.show_cormat_warnings)
1816
if isdefined(self.inputs.censor_motion):
1817
outputs['out_file'] = os.path.join(os.getcwd(),
1818
- self.inputs.censor_motion[1] + '_censor.1D')
+ self.inputs.censor_motion[1] +
1819
+ '_censor.1D')
1820
return outputs
1821
1822
0 commit comments