Skip to content

Commit

Permalink
changed usedefault kwarg for hippocampi input
Browse files Browse the repository at this point in the history
  • Loading branch information
GalKepler committed Jul 20, 2024
1 parent e1da594 commit d35db71
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion nipype/interfaces/mrtrix3/tests/test_auto_Generate5tt.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def test_Generate5tt_inputs():
),
hippocampi=dict(
argstr="-hippocampi %s",
usedefault=False,
),
in_bval=dict(
extensions=None,
Expand Down
1 change: 0 additions & 1 deletion nipype/interfaces/mrtrix3/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ class Generate5ttInputSpec(MRTrix3BaseInputSpec):
"aseg",
argstr="-hippocampi %s",
desc="Choose the method used to segment the hippocampi. (Only for 'freesurfer' algorithm)",
usedefault=False,
)
white_stem = traits.Bool(
argstr="-white_stem",
Expand Down

0 comments on commit d35db71

Please sign in to comment.