Skip to content

Commit

Permalink
changed inheritence of TensorMetricsInputSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
GalKepler authored and effigies committed Oct 6, 2024
1 parent 8553b39 commit 9007bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nipype/interfaces/mrtrix3/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def _list_outputs(self):
return outputs


class TensorMetricsInputSpec(CommandLineInputSpec):
class TensorMetricsInputSpec(MRTrix3BaseInputSpec):
in_file = File(
exists=True,
argstr="%s",
Expand Down

0 comments on commit 9007bbc

Please sign in to comment.