Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
yangky11 committed Jun 29, 2024
1 parent fe8841b commit 5054223
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prover/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def _get_theorems_from_files(
positions.append(Pos(*t["start"]))

# Jointly sort theorems and positions
assert len(theorems) > 0
theorems_and_positions = list(zip(theorems, positions))
theorems_and_positions.sort(
key=lambda x: hashlib.md5(
Expand Down

0 comments on commit 5054223

Please sign in to comment.