We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c779ab + 96f1033 commit ddd9b55Copy full SHA for ddd9b55
nipype/interfaces/spm/model.py
@@ -81,7 +81,7 @@ class Level1DesignInputSpec(SPMCommandInputSpec):
81
mandatory=True,
82
)
83
volterra_expansion_order = traits.Enum(
84
- 1, 2, field="volt", desc=("Model interactions - yes:1, no:2")
+ 1, 2, field="volt", desc=("Model interactions - no:1, yes:2")
85
86
global_intensity_normalization = traits.Enum(
87
"none",
0 commit comments