We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46f684 commit 386dd14Copy full SHA for 386dd14
nipype/interfaces/mrtrix3/tests/test_auto_Generate5tt.py
@@ -30,7 +30,6 @@ def test_Generate5tt_inputs():
30
),
31
hippocampi=dict(
32
argstr="-hippocampi %s",
33
- usedefault=False,
34
35
in_bval=dict(
36
extensions=None,
nipype/interfaces/mrtrix3/utils.py
@@ -274,7 +274,6 @@ class Generate5ttInputSpec(MRTrix3BaseInputSpec):
274
"aseg",
275
276
desc="Choose the method used to segment the hippocampi. (Only for 'freesurfer' algorithm)",
277
278
)
279
white_stem = traits.Bool(
280
argstr="-white_stem",
0 commit comments