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 5e05ffe commit cbfd2ccCopy full SHA for cbfd2cc
nipype/interfaces/fsl/dti.py
@@ -222,7 +222,7 @@ def _list_outputs(self):
222
for k in multi_out:
223
outputs[k] = []
224
225
- for i in xrange(self.inputs.n_fibres + 1):
+ for i in xrange(1, self.inputs.n_fibres + 1):
226
outputs['fsamples'].append(self._gen_fname('f%dsamples' % i,
227
cwd=out_dir))
228
outputs['mean_fsamples'].append(self._gen_fname(('mean_f%d'
0 commit comments