Skip to content

Commit 089e9ee

Browse files
GalKeplereffigies
authored andcommitted
changed inheritence of TensorMetricsInputSpec
1 parent 6ac81ca commit 089e9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/mrtrix3/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ def _list_outputs(self):
318318
return outputs
319319

320320

321-
class TensorMetricsInputSpec(CommandLineInputSpec):
321+
class TensorMetricsInputSpec(MRTrix3BaseInputSpec):
322322
in_file = File(
323323
exists=True,
324324
argstr="%s",

0 commit comments

Comments
 (0)