Skip to content

Commit 9007bbc

Browse files
GalKeplereffigies
authored andcommitted
changed inheritence of TensorMetricsInputSpec
1 parent 8553b39 commit 9007bbc

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
@@ -275,7 +275,7 @@ def _list_outputs(self):
275275
return outputs
276276

277277

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

0 commit comments

Comments
 (0)