Re-enabled test, build is anyway not ready for Java 8.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1591760 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2014-05-01 20:05:31 +00:00
parent 6abd9f7508
commit 81182700e8
1 changed files with 0 additions and 2 deletions

View File

@ -27,7 +27,6 @@ import java.util.NoSuchElementException;
import org.apache.commons.math3.ml.neuralnet.twod.NeuronSquareMesh2D;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
/**
@ -107,7 +106,6 @@ public class NetworkTest {
}
@Test
@Ignore // to be fixed, fails randomly
public void testIterationOrder() {
final FeatureInitializer[] initArray = { init };
final Network net = new NeuronSquareMesh2D(4, false,