Skip to content

Commit 38f925a

Browse files
author
Shoshana Berleant
committed
Revert "fix fast??"
This reverts commit e2c047b.
1 parent e2c047b commit 38f925a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

nipype/interfaces/fsl/preprocess.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -315,15 +315,6 @@ def _format_arg(self, name, spec, value):
315315
formated = "-S %d %s" % (len(value), formated)
316316
return formated
317317

318-
def _parse_inputs(self, skip=None):
319-
''' ensures out_basename (argstring -o) always exists, otherwise fast
320-
puts the outputs in the same folder as the inputs '''
321-
arg_list = super(FAST, self)._parse_inputs(skip)
322-
if not ('-o ' in [arg[:3] for arg in arg_list]
323-
or '--out ' in [arg[:6] for arg in arg_list]):
324-
arg_list.insert(0, '-o {}'.format(self._gen_fname(self.inputs.in_files[-1])))
325-
return arg_list
326-
327318
def _list_outputs(self):
328319
outputs = self.output_spec().get()
329320
if not isdefined(self.inputs.number_classes):

0 commit comments

Comments
 (0)