We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1da594 commit d35db71Copy full SHA for d35db71
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
@@ -273,7 +273,6 @@ class Generate5ttInputSpec(MRTrix3BaseInputSpec):
273
"aseg",
274
275
desc="Choose the method used to segment the hippocampi. (Only for 'freesurfer' algorithm)",
276
277
)
278
white_stem = traits.Bool(
279
argstr="-white_stem",
0 commit comments