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:
parent
6abd9f7508
commit
81182700e8
src/test/java/org/apache/commons/math3/ml/neuralnet
|
@ -27,7 +27,6 @@ import java.util.NoSuchElementException;
|
||||||
|
|
||||||
import org.apache.commons.math3.ml.neuralnet.twod.NeuronSquareMesh2D;
|
import org.apache.commons.math3.ml.neuralnet.twod.NeuronSquareMesh2D;
|
||||||
import org.junit.Assert;
|
import org.junit.Assert;
|
||||||
import org.junit.Ignore;
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -107,7 +106,6 @@ public class NetworkTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Ignore // to be fixed, fails randomly
|
|
||||||
public void testIterationOrder() {
|
public void testIterationOrder() {
|
||||||
final FeatureInitializer[] initArray = { init };
|
final FeatureInitializer[] initArray = { init };
|
||||||
final Network net = new NeuronSquareMesh2D(4, false,
|
final Network net = new NeuronSquareMesh2D(4, false,
|
||||||
|
|
Loading…
Reference in New Issue