Skip to content

Commit 375297b

Browse files
committed
FIX: Correct doctest in Cluster
1 parent 2c03558 commit 375297b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pydra/tasks/fsl/model/cluster.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ class Cluster(ShellCommandTask):
233233
>>> task.inputs.out_localmax_txt_file = True
234234
>>> task.inputs.threshold = 2.3
235235
>>> task.inputs.use_mm = True
236-
>>> task.cmdline
237-
'cluster --in=zstat1.nii.gz --olmax=zstat1_localmax.txt --thresh=2.3000000000 --mm'
236+
>>> task.cmdline # doctest: +ELLIPSIS
237+
'cluster --in=zstat1.nii.gz --thresh=2.3000000000 --olmax=.../zstat1_localmax.txt --mm'
238238
"""
239239

240240
input_spec = Cluster_input_spec

0 commit comments

Comments
 (0)