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 4a63f8b commit 0183a4bCopy full SHA for 0183a4b
fmriprep/interfaces/multiecho.py
@@ -15,7 +15,7 @@
15
>>> os.chdir(datadir)
16
17
"""
18
-import os.path
+import os
19
20
from nipype import logging
21
from nipype.interfaces.base import (
@@ -41,7 +41,6 @@ class T2SMapInputSpec(CommandLineInputSpec):
41
fittype = traits.Enum('curvefit', 'loglin',
42
argstr='--fittype %s',
43
position=3,
44
- mandatory=False,
45
usedefault=True,
46
desc=('Desired fitting method: '
47
'"loglin" means that a linear model is fit '
0 commit comments