@@ -189,7 +189,7 @@ class SurfaceAffineRegression(WBCommand):
189
189
>>> sar = SurfaceAffineRegression()
190
190
>>> sar.inputs.in_surface = 'sub-01_hemi-L_sulc.shape.gii'
191
191
>>> sar.inputs.target_surface = 'tpl-fsaverage_hemi-L_den-164k_sulc.shape.gii'
192
- >>> sar.cmdline
192
+ >>> sar.cmdline # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
193
193
'wb_command -surface-affine-regression \
194
194
sub-01_hemi-L_sulc.shape.gii \
195
195
tpl-fsaverage_hemi-L_den-164k_sulc.shape.gii \
@@ -269,7 +269,7 @@ class SurfaceApplyAffine(WBCommand):
269
269
>>> saa = SurfaceApplyAffine()
270
270
>>> saa.inputs.in_surface = 'sub-01_hemi-L_sphere.surf.gii'
271
271
>>> saa.inputs.in_affine = 'affine.txt'
272
- >>> saa.cmdline
272
+ >>> saa.cmdline # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
273
273
'wb_command -surface-apply-affine \
274
274
sub-01_hemi-L_sphere.surf.gii \
275
275
affine.txt \
@@ -341,7 +341,7 @@ class SurfaceApplyWarpfield(WBCommand):
341
341
>>> saw = SurfaceApplyWarpfield()
342
342
>>> saw.inputs.in_surface = 'sub-01_hemi-L_sphere.surf.gii'
343
343
>>> saw.inputs.warpfield = 'sub-01_desc-warped_T1w.nii.gz'
344
- >>> saw.cmdline
344
+ >>> saw.cmdline # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
345
345
'wb_command -surface-apply-warpfield \
346
346
sub-01_hemi-L_sphere.surf.gii \
347
347
sub-01_desc-warped_T1w.nii.gz \
0 commit comments