Skip to content

Commit 33b1b6a

Browse files
committed
changed inheritence of TensorMetricsInputSpec
1 parent 4d1352a commit 33b1b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/mrtrix3/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def _list_outputs(self):
274274
return outputs
275275

276276

277-
class TensorMetricsInputSpec(CommandLineInputSpec):
277+
class TensorMetricsInputSpec(MRTrix3BaseInputSpec):
278278
in_file = File(
279279
exists=True,
280280
argstr="%s",

0 commit comments

Comments
 (0)