Skip to content

Commit

Permalink
removed breakpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
djl11 committed Jan 23, 2025
1 parent ef3e1cc commit 7ff5dd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion interfaces/ai_tutor/fetch_and_parse_pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,6 @@ def parse_into_pages():
assert paper_subquestions == detected_qs, \
(f"Subquestions parsed from paper {paper_subquestions} do not match "
f"those parsed from the markscheme {detected_qs} for page {page_num}")
breakpoint()
[subquestions.pop(0) for _ in range(len(detected_qs))]
num = latest_num
for i, item in enumerate(detected_qs):
Expand Down

0 comments on commit 7ff5dd8

Please sign in to comment.