Skip to content

Commit

Permalink
Remove breakpoint 🙃
Browse files Browse the repository at this point in the history
  • Loading branch information
bsweger committed Jan 17, 2025
1 parent 6d739b5 commit e45a8c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/test_cladetime_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def test_cladetime_assign_clades(tmp_path, demo_mode):
assert len(check_clade_assignments) == len(metadata_filtered.collect())
unmatched_clade_count = check_clade_assignments.filter(pl.col("clade").is_null()).shape[0]
assert unmatched_clade_count == 0
breakpoint()

# summarized clade assignments should also match summarized clade assignments from the
# original metadata file
Expand Down

0 comments on commit e45a8c2

Please sign in to comment.