Skip to content

Commit

Permalink
test_tree.py: Add small note.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordibc committed Aug 2, 2023
1 parent 419752c commit 097a1cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,8 @@ def test_expand_polytomies_rf(self):
# self.assertEqual(_astuple(s3.compare(ref1)),
# (1.0, 8, 8, 0.0, 0.0, 6, 1, "NA"))

def test_tree_diff(self):
# TODO: Merge this function with the previous one? (test_tree_compare())
def test_robinson_foulds_and_more(self):
# this is the result of 100 Ktreedist runs on random trees, using rooted
# and unrooted topologies. ETE should provide the same RF result
samples = [
Expand Down

0 comments on commit 097a1cd

Please sign in to comment.