Skip to content

Commit a6e2f8e

Browse files
committed
Merge branch 'wip-yc-convert' of github.com:yibeichan/pydra-fsl into wip-yc-convert
2 parents 8a9c202 + 043f6d2 commit a6e2f8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pydra/tasks/fsl/model/cluster.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,12 @@ class Cluster(ShellCommandTask):
223223
"""
224224
Example
225225
-------
226-
>>> task = Cluster()
226+
>>> task = Cluster()
227227
>>> task.inputs.in_file = "zstat1.nii.gz"
228228
>>> task.inputs.threshold = 2.3
229229
>>> task.inputs.use_mm = True
230230
>>> task.cmdline # doctest: +SKIP
231-
'cluster --in=zstat1.nii.gz --thresh=2.3000000000 --mm'
231+
'cluster --in=zstat1.nii.gz --thresh=2.3000000000 --mm'
232232
233233
"""
234234

pydra/tasks/fsl/model/glm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ class GLM(ShellCommandTask):
182182
"""
183183
Example
184184
-------
185-
>>> task = GLM()
185+
>>> task = GLM()
186186
>>> task.inputs.in_file = "test.nii.gz"
187187
>>> task.inputs.design = "confounds_regressors.tsv"
188188
>>> task.cmdline # doctest: +SKIP

0 commit comments

Comments
 (0)