File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -223,12 +223,12 @@ class Cluster(ShellCommandTask):
223
223
"""
224
224
Example
225
225
-------
226
- >>> task = Cluster()
226
+ >>> task = Cluster()
227
227
>>> task.inputs.in_file = "zstat1.nii.gz"
228
228
>>> task.inputs.threshold = 2.3
229
229
>>> task.inputs.use_mm = True
230
230
>>> task.cmdline # doctest: +SKIP
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
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ class GLM(ShellCommandTask):
182
182
"""
183
183
Example
184
184
-------
185
- >>> task = GLM()
185
+ >>> task = GLM()
186
186
>>> task.inputs.in_file = "test.nii.gz"
187
187
>>> task.inputs.design = "confounds_regressors.tsv"
188
188
>>> task.cmdline # doctest: +SKIP
You can’t perform that action at this time.
0 commit comments