File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -227,8 +227,8 @@ class Cluster(ShellCommandTask):
227
227
>>> task.inputs.in_file = "zstat1.nii.gz"
228
228
>>> task.inputs.threshold = 2.3
229
229
>>> task.inputs.use_mm = True
230
- >>> task.cmdline
231
- 'cluster --in=zstat1.nii.gz --thresh=2.3000000000 --mm' # doctest: +ELLIPSIS
230
+ >>> task.cmdline # doctest: +ELLIPSIS
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 @@ -185,8 +185,8 @@ class GLM(ShellCommandTask):
185
185
>>> task = GLM()
186
186
>>> task.inputs.in_file = "test.nii.gz"
187
187
>>> task.inputs.design = "confounds_regressors.tsv"
188
- >>> task.cmdline
189
- 'fsl_glm -i test.nii.gz -d confounds_regressors.tsv' # doctest: +ELLIPSIS
188
+ >>> task.cmdline # doctest: +ELLIPSIS
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