Skip to content

Commit 6c24260

Browse files
committed
took out unnecesary overloaded functions
1 parent 4f89a05 commit 6c24260

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

nipype/interfaces/ants/segmentation.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -661,13 +661,6 @@ class antsBrainExtraction(ANTSCommand):
661661
output_spec = antsBrainExtractionOutputSpec
662662
_cmd = 'antsBrainExtraction.sh'
663663

664-
def _format_arg(self, opt, spec, val):
665-
return super(ANTSCommand, self)._format_arg(opt, spec, val)
666-
667-
def _run_interface(self, runtime, correct_return_codes=[0]):
668-
runtime = super(antsBrainExtraction, self)._run_interface(runtime)
669-
return runtime
670-
671664
def _list_outputs(self):
672665
outputs = self._outputs().get()
673666
outputs['BrainExtractionMask'] = os.path.join(os.getcwd(),

0 commit comments

Comments
 (0)