Skip to content

Commit

Permalink
Fix consensus tree smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed May 18, 2024
1 parent 8e4b564 commit d3a35e4
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions tests/smoketests/test_treesum.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,10 @@ def test_count_splits_on_trees():


def test_consensus_tree():
# TODO: https://github.com/jeetsukumaran/DendroPy/issues/179#issue-1965884280
# s = TreeSummarizer()
# t = dendropy.Tree()
# l = []
# l.append(t)

# s.consensus_tree(l)
pass
s = TreeSummarizer()
t = dendropy.Tree()
t.seed_node.edge_length = 0.0
s.consensus_tree([t])


def test_hash_topology():
Expand Down

0 comments on commit d3a35e4

Please sign in to comment.