aherbert commented on PR #219: URL: https://github.com/apache/commons-math/pull/219#issuecomment-1288195568
This is failing CI on checkstyle. You have removed 2 lines from the `org.apache.commons.math4.legacy.fitting.leastsquares.LevenbergMarquardtOptimizer`. There is this suppression for the legacy module: ``` <suppress checks="UnnecessaryParentheses" files=".*[/\\]LevenbergMarquardtOptimizer\.java$" lines="527,741" /> ``` But the CI fails with unnecessary parentheses at line 525 and 739. So you have to update the lines in: `src/main/resources/checkstyle/checkstyle-suppressions-legacy.xml` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
