You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/10/22 22:47:15 UTC

[GitHub] [commons-math] aherbert commented on pull request #219: MATH-1569 - Manual array copy.

aherbert commented on PR #219:
URL: https://github.com/apache/commons-math/pull/219#issuecomment-1287938670

   Where I have put a note that 'This is wrong' you should revert the change. The arraycopy does not duplicate the first two elements through the array in an alternating pattern; the original loop does. This is why the tests fail. It should be reverted.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org