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 e2d3135 commit 5c8e170Copy full SHA for 5c8e170
nipype/interfaces/afni/utils.py
@@ -1323,7 +1323,7 @@ def _list_outputs(self):
1323
outputs['fwhm'] = tuple(sout)
1324
1325
if self._acf:
1326
- assert sout.size == 8, "Wrong number of elements in %s"%str(sout)
+ assert sout.size == 8, "Wrong number of elements in %s" % str(sout)
1327
outputs['acf_param'] = tuple(sout[1])
1328
1329
outputs['out_acf'] = op.abspath('3dFWHMx.1D')
0 commit comments