Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EagleTest.testSupervisedBatch occasionally fails #34

Closed
yamalight opened this issue Aug 24, 2016 · 1 comment
Closed

EagleTest.testSupervisedBatch occasionally fails #34

yamalight opened this issue Aug 24, 2016 · 1 comment

Comments

@yamalight
Copy link
Member

See Travis logs for more info, here's a partial copy of output:

testSupervisedBatch(org.aksw.limes.core.ml.EagleTest)  Time elapsed: 1.122 sec  <<< FAILURE!
java.lang.AssertionError: null
    at org.aksw.limes.core.ml.EagleTest.testSupervisedBatch(EagleTest.java:104)
Running org.aksw.limes.core.ml.DecisionTreeLearningTest
11:00:07.214 [main] INFO  org.aksw.limes.core.ml.algorithm.decisionTreeLearning.DecisionTreeLearning - Getting initial training mapping...
11:00:07.724 [main] INFO  org.aksw.limes.core.ml.algorithm.decisionTreeLearning.DecisionTreeLearning - false & true = false
11:00:07.724 [main] INFO  org.aksw.limes.core.ml.algorithm.decisionTreeLearning.DecisionTreeLearning - Training Data contains only positive/negative examples. Using Wombat
11:00:08.234 [main] INFO  org.aksw.limes.core.ml.algorithm.decisionTreeLearning.DecisionTreeLearning - true & true = true
11:00:08.265 [main] INFO  org.aksw.limes.core.ml.algorithm.decisionTreeLearning.DecisionTreeLearning - Building classifier....
11:00:08.404 [main] INFO  org.aksw.limes.core.ml.algorithm.decisionTreeLearning.DecisionTreeLearning - Parsing tree to LinkSpecification...
11:00:08.407 [main] INFO  org.aksw.limes.core.ml.algorithm.decisionTreeLearning.DecisionTreeLearning - Learned LinkSpecification: (jaccard(x.surname,y.surname)|1.00, 1.0, null, null)
digraph J48Tree {
N0 [label="positive (2.0/1.0)" shape=box style=filled ]
}

@yamalight yamalight added the bug label Aug 24, 2016
@MSherif
Copy link
Contributor

MSherif commented Oct 4, 2016

That is because of the non-deterministic nature of EAGLE. Test removed

@MSherif MSherif closed this as completed Oct 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants