Closed eshurakov closed 3 years ago
This PR fixes an issue in patch_splitmax method.
patch_splitmax
Before the fix unit tests for patch_splitmax and patch_apply were failing
patch_apply
test test_patch_splitmax ... FAILED test test_patch_apply ... FAILED
After the fix all unit tests are green.
This PR fixes an issue in
patch_splitmax
method.Before the fix unit tests for
patch_splitmax
andpatch_apply
were failingAfter the fix all unit tests are green.