This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git
The following commit(s) were added to refs/heads/master by this push: new 1811eea Unused "import". 1811eea is described below commit 1811eeaf37e733084e9b0b5afbf4f72da4f83176 Author: Gilles Sadowski <gillese...@gmail.com> AuthorDate: Fri Aug 27 20:58:27 2021 +0200 Unused "import". --- .../math4/legacy/optim/nonlinear/scalar/noderiv/CMAESOptimizerTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/CMAESOptimizerTest.java b/commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/CMAESOptimizerTest.java index 3c23414..7481adc 100644 --- a/commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/CMAESOptimizerTest.java +++ b/commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/CMAESOptimizerTest.java @@ -34,7 +34,6 @@ import org.apache.commons.rng.simple.RandomSource; import org.apache.commons.math4.legacy.core.jdkmath.AccurateMath; import org.junit.Assert; import org.junit.Test; -import org.junit.runner.RunWith; /** * Test for {@link CMAESOptimizer}.