Skip to content

Commit

Permalink
Remove the -inverse parameter position change
Browse files Browse the repository at this point in the history
  • Loading branch information
teanijarv authored Feb 28, 2024
1 parent eda6497 commit 7fc44fd
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 @@ -826,7 +826,7 @@ class MRTransformInputSpec(MRTrix3BaseInputSpec):
)
invert = traits.Bool(
argstr="-inverse",
position=2,
position=1,
desc="Invert the specified transform before using it",
)
linear_transform = File(
Expand Down

0 comments on commit 7fc44fd

Please sign in to comment.