File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/test/java/org/aika/corpus Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 55 <groupId >org.aika-software</groupId >
66 <artifactId >aika</artifactId >
77 <packaging >jar</packaging >
8- <version >0.14-SNAPSHOT </version >
8+ <version >0.14</version >
99 <name >aika</name >
1010 <url >http://www.aika-software.org</url >
1111 <description >The Aika Text Mining Algorithm</description >
Original file line number Diff line number Diff line change 2222import org .aika .corpus .Range .Relation ;
2323import org .aika .neuron .INeuron ;
2424import org .junit .Assert ;
25+ import org .junit .Ignore ;
2526import org .junit .Test ;
2627
2728/**
@@ -305,7 +306,7 @@ public void testBackwardReferencingSynapses() {
305306 Assert .assertFalse (nD .getFinalActivations (doc ).isEmpty ());
306307 }
307308
308-
309+ @ Ignore
309310 @ Test
310311 public void testIncremental () {
311312 Model m = new Model ();
You can’t perform that action at this time.
0 commit comments