File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ class Cluster(ShellCommandTask):
228
228
>>> task.inputs.threshold = 2.3
229
229
>>> task.inputs.use_mm = True
230
230
>>> task.cmdline # doctest: +ELLIPSIS
231
- 'cluster --in=zstat1.nii.gz --thresh=2.3000000000 --mm'
231
+ 'cluster --in=zstat1.nii.gz --thresh=2.3000000000 --mm'
232
232
"""
233
233
234
234
input_spec = Cluster_input_spec
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ class GLM(ShellCommandTask):
186
186
>>> task.inputs.in_file = "test.nii.gz"
187
187
>>> task.inputs.design = "confounds_regressors.tsv"
188
188
>>> task.cmdline # doctest: +ELLIPSIS
189
- 'fsl_glm -i test.nii.gz -d confounds_regressors.tsv'
189
+ 'fsl_glm -i test.nii.gz -d confounds_regressors.tsv'
190
190
"""
191
191
192
192
input_spec = GLM_input_spec
You can’t perform that action at this time.
0 commit comments