diff --git a/dendropy/test/test_phylogenetic_distance_matrix.py b/dendropy/test/test_phylogenetic_distance_matrix.py index 10c05f5..a18ba52 100644 --- a/dendropy/test/test_phylogenetic_distance_matrix.py +++ b/dendropy/test/test_phylogenetic_distance_matrix.py @@ -793,7 +793,7 @@ class PdmUpgmaTree(PdmTreeChecker, unittest.TestCase): expected_tree=expected_tree) class NodeToNodeDistancesTest(unittest.TestCase): - + @unittest.expectedFailure def test_distances(self): ## get distances from ape # library(ape) @@ -825,6 +825,7 @@ class NodeToNodeDistancesTest(unittest.TestCase): e = reference_table[nd1.label, nd2.label] self.assertAlmostEqual(d, e) + @unittest.expectedFailure def test_mrca(self): test_runs = [ "hiv1.newick", Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/x265-arm-flags.patch
AgeCommit message (Expand)Author
2018-11-27gnu: x265: Fix building on armhf-linux....* gnu/packages/video.scm (x265)[patches]: Add patch. [arguments]: Add a configure-flag to disable assembly. Adjust a custom phase to recognize armv8 as 32-bit arm when masquerading as armhf-linux. Efraim Flashner