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):
282282 >>> binary_llsnorm.run() # doctest: +SKIP
283283 >>> # Test splitinter operation
284284 >>> binary_splitinter = copy.deepcopy(binary)
285- >>> binary_splitinter.inputs.operation = 'llsnorm '
285+ >>> binary_splitinter.inputs.operation = 'splitinter '
286286 >>> binary_splitinter.inputs.operand_str = 'z'
287287 >>> binary_splitinter.cmdline # doctest: +ALLOW_UNICODE
288288 'seg_maths im1.nii -splitinter z -odt float im1_splitinter.nii'
@@ -480,7 +480,8 @@ class TupleMaths(MathsCommand):
480480 >>> tuple_lltsnorm.inputs.operand_file1 = 'im2.nii'
481481 >>> tuple_lltsnorm.inputs.operand_value2 = 0.01
482482 >>> 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'
484485 >>> tuple_lltsnorm.run() # doctest: +SKIP
485486 """
486487 input_spec = TupleMathsInput
You can’t perform that action at this time.
0 commit comments