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 0e3b77d  Nit (unit test).
0e3b77d is described below

commit 0e3b77d76ca36a44c3e53308091a630915c0f012
Author: Gilles Sadowski <gillese...@gmail.com>
AuthorDate: Wed Jul 29 00:02:59 2020 +0200

    Nit (unit test).
---
 .../nonlinear/scalar/noderiv/SimplexOptimizerMultiDirectionalTest.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/math4/optim/nonlinear/scalar/noderiv/SimplexOptimizerMultiDirectionalTest.java
 
b/src/test/java/org/apache/commons/math4/optim/nonlinear/scalar/noderiv/SimplexOptimizerMultiDirectionalTest.java
index cf108df..b3f4b58 100644
--- 
a/src/test/java/org/apache/commons/math4/optim/nonlinear/scalar/noderiv/SimplexOptimizerMultiDirectionalTest.java
+++ 
b/src/test/java/org/apache/commons/math4/optim/nonlinear/scalar/noderiv/SimplexOptimizerMultiDirectionalTest.java
@@ -211,7 +211,6 @@ public class SimplexOptimizerMultiDirectionalTest {
                1e-14);
      }
 
-    //@Ignore
     @Test
     public void testElliRotated() {
         doTest(new OptimTestUtils.ElliRotated(),

Reply via email to