Skip to content

Commit de98a19

Browse files
committed
update doctest
2 parents e83508a + bac9789 commit de98a19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pydra/tasks/fsl/model/glm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ class GLM(ShellCommandTask):
185185
>>> task = GLM() # doctest: +ELLIPSIS
186186
>>> task.inputs.in_file = "test.nii.gz"
187187
>>> task.inputs.design = "confounds_regressors.tsv"
188-
>>> task.cmdline # doctest: +ELLIPSIS
189-
'fsl_glm -i test.nii.gz -d confounds_regressors.tsv'
188+
>>> task.cmdline
189+
'fsl_glm -i test.nii.gz -d confounds_regressors.tsv'
190190
"""
191191

192192
input_spec = GLM_input_spec

0 commit comments

Comments
 (0)