Skip to content

Commit

Permalink
Add failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Nov 22, 2024
1 parent a30f508 commit 5b5ee70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_tree_sequences_with_neutral_mutations.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,9 @@ def test_trigger_final_simplification_with_fixations_to_remove():
)


def test_track_mutation_counts():
raise NotImplementedError("let's get at issue #1341!")


if __name__ == "__main__":
unittest.main()

0 comments on commit 5b5ee70

Please sign in to comment.