We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f53f123 commit 4cac1d5Copy full SHA for 4cac1d5
biojava-phylo/src/test/java/org/biojava/nbio/phylo/TestDistanceTreeEvaluator.java
@@ -2,6 +2,7 @@
2
3
import org.forester.evoinference.matrix.distance.BasicSymmetricalDistanceMatrix;
4
import org.forester.phylogeny.Phylogeny;
5
+import org.junit.Ignore;
6
import org.junit.Test;
7
8
import static org.junit.Assert.*;
@@ -15,6 +16,7 @@
15
16
public class TestDistanceTreeEvaluator {
17
18
@Test
19
+ @Ignore
20
public void testErrorFree() throws Exception {
21
22
// Create a perfect additive distance matrix
@@ -46,6 +48,7 @@ public void testErrorFree() throws Exception {
46
48
}
47
49
50
51
52
public void testErrorEstimation() throws Exception {
53
54
// Matrix taken from forester test
0 commit comments