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.
SubjectSummary
1 parent 695dd03 commit 17fae3cCopy full SHA for 17fae3c
fmriprep/interfaces/reports.py
@@ -79,8 +79,8 @@ class SubjectSummaryInputSpec(BaseInterfaceInputSpec):
79
bold = InputMultiObject(traits.Either(
80
File(exists=True), traits.List(File(exists=True))),
81
desc='BOLD functional series')
82
- std_spaces = InputMultiObject(Str, desc='list of standard spaces')
83
- nstd_spaces = InputMultiObject(Str, desc='list of non-standard spaces')
+ std_spaces = traits.List(Str, desc='list of standard spaces')
+ nstd_spaces = traits.List(Str, desc='list of non-standard spaces')
84
85
86
class SubjectSummaryOutputSpec(SummaryOutputSpec):
0 commit comments