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.
2 parents 802973a + 375297b commit 5105020Copy full SHA for 5105020
pydra/tasks/fsl/model/cluster.py
@@ -233,8 +233,8 @@ class Cluster(ShellCommandTask):
233
>>> task.inputs.out_localmax_txt_file = True
234
>>> task.inputs.threshold = 2.3
235
>>> task.inputs.use_mm = True
236
- >>> task.cmdline
237
- 'cluster --in=zstat1.nii.gz --olmax=zstat1_localmax.txt --thresh=2.3000000000 --mm'
+ >>> task.cmdline # doctest: +ELLIPSIS
+ 'cluster --in=zstat1.nii.gz --thresh=2.3000000000 --olmax=.../zstat1_localmax.txt --mm'
238
"""
239
240
input_spec = Cluster_input_spec
0 commit comments