Skip to content

fix(scoring): collapse LaTeX thin-space thousands before extract#481

Open
marktech0813 wants to merge 1 commit into
James-CUDA:mainfrom
marktech0813:fix/478-thinspace-thousands
Open

fix(scoring): collapse LaTeX thin-space thousands before extract#481
marktech0813 wants to merge 1 commit into
James-CUDA:mainfrom
marktech0813:fix/478-thinspace-thousands

Conversation

@marktech0813

Copy link
Copy Markdown
Contributor

Summary

Test plan

  • pytest tests/test_reward_thinspace_thousands.py
  • CI green

Made with Cursor

Unboxed 1\,000 was read as trailing 000 because the literal regex ran
before thin spaces were removed (James-CUDA#478).

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[bug] MATH grader: LaTeX thin-space thousands 1\,000 extracts as "000" (false negative vs 1000)

1 participant