Skip to content

Commit

Permalink
remove dead comment 💀
Browse files Browse the repository at this point in the history
  • Loading branch information
hynky1999 committed Jan 28, 2025
1 parent a90551e commit d39edfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lighteval/metrics/utils/extractive_match_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ def lazy_latex_regex(latex_config: LatexExtractionConfig, language: Language) ->
if latex_config.try_extract_without_anchor:
regexes.append((latex_re, 300))

# This ensures that boxed is matched right after the final answer xxxx
if latex_config.boxed_match_priority >= 0:
regexes.append((latex_boxed, latex_config.boxed_match_priority))

Expand Down

0 comments on commit d39edfd

Please sign in to comment.