Skip to content

Commit

Permalink
fixup! Fix array/list compat in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Jan 5, 2025
1 parent b542226 commit bf8c592
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def test_descend_template_phylogeny(
)
assert [n.id for n in sorted_leaf_nodes] == alifestd_find_leaf_ids(
phylogeny_df
)
).tolist()
for extant_ids, sorted_extant_nodes in (
(None, sorted_leaf_nodes),
(map(lambda node: node.id, sampled_tree_nodes), sampled_tree_nodes),
Expand Down

0 comments on commit bf8c592

Please sign in to comment.