Skip to content

Commit d56aaea

Browse files
committed
TEST: Normalize whitespace
1 parent 1c9c25b commit d56aaea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

smriprep/interfaces/workbench.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ class SurfaceAffineRegression(WBCommand):
189189
>>> sar = SurfaceAffineRegression()
190190
>>> sar.inputs.in_surface = 'sub-01_hemi-L_sulc.shape.gii'
191191
>>> sar.inputs.target_surface = 'tpl-fsaverage_hemi-L_den-164k_sulc.shape.gii'
192-
>>> sar.cmdline
192+
>>> sar.cmdline # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
193193
'wb_command -surface-affine-regression \
194194
sub-01_hemi-L_sulc.shape.gii \
195195
tpl-fsaverage_hemi-L_den-164k_sulc.shape.gii \
@@ -269,7 +269,7 @@ class SurfaceApplyAffine(WBCommand):
269269
>>> saa = SurfaceApplyAffine()
270270
>>> saa.inputs.in_surface = 'sub-01_hemi-L_sphere.surf.gii'
271271
>>> saa.inputs.in_affine = 'affine.txt'
272-
>>> saa.cmdline
272+
>>> saa.cmdline # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
273273
'wb_command -surface-apply-affine \
274274
sub-01_hemi-L_sphere.surf.gii \
275275
affine.txt \
@@ -341,7 +341,7 @@ class SurfaceApplyWarpfield(WBCommand):
341341
>>> saw = SurfaceApplyWarpfield()
342342
>>> saw.inputs.in_surface = 'sub-01_hemi-L_sphere.surf.gii'
343343
>>> saw.inputs.warpfield = 'sub-01_desc-warped_T1w.nii.gz'
344-
>>> saw.cmdline
344+
>>> saw.cmdline # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
345345
'wb_command -surface-apply-warpfield \
346346
sub-01_hemi-L_sphere.surf.gii \
347347
sub-01_desc-warped_T1w.nii.gz \

0 commit comments

Comments
 (0)