File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
nipype/interfaces/niftyseg Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ class BinaryMaths(MathsCommand):
282
282
>>> binary_llsnorm.run() # doctest: +SKIP
283
283
>>> # Test splitinter operation
284
284
>>> binary_splitinter = copy.deepcopy(binary)
285
- >>> binary_splitinter.inputs.operation = 'llsnorm '
285
+ >>> binary_splitinter.inputs.operation = 'splitinter '
286
286
>>> binary_splitinter.inputs.operand_str = 'z'
287
287
>>> binary_splitinter.cmdline # doctest: +ALLOW_UNICODE
288
288
'seg_maths im1.nii -splitinter z -odt float im1_splitinter.nii'
@@ -480,7 +480,8 @@ class TupleMaths(MathsCommand):
480
480
>>> tuple_lltsnorm.inputs.operand_file1 = 'im2.nii'
481
481
>>> tuple_lltsnorm.inputs.operand_value2 = 0.01
482
482
>>> tuple_lltsnorm.cmdline # doctest: +ALLOW_UNICODE
483
- 'seg_maths im1.nii -lltsnorm im2.nii 0.01 -odt float im1_lltsnorm.nii'
483
+ 'seg_maths im1.nii -lltsnorm im2.nii 0.01000000 -odt float \
484
+ im1_lltsnorm.nii'
484
485
>>> tuple_lltsnorm.run() # doctest: +SKIP
485
486
"""
486
487
input_spec = TupleMathsInput
You can’t perform that action at this time.
0 commit comments