This is an automated email from the ASF dual-hosted git repository. erans pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git
from f6ffde98b Merge pull request #269 from apache/dependabot/github_actions/github/codeql-action-3.28.17 new 7be143d11 Add unit test (see MATH-1674). new ab25a02c8 Minor change: Remove spurious line. new 4c4c22709 MATH-1650: Add unit tests file. The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../ClampedSplineInterpolatorTest.java | 175 +++++++++++++++++++++ .../legacy/optim/linear/SimplexSolverTest.java | 171 ++++++++++++++++++++ 2 files changed, 346 insertions(+) create mode 100644 commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/analysis/interpolation/ClampedSplineInterpolatorTest.java