Skip to content

fix(scoring): extract LaTeX a\times10^{b} as one scientific term#488

Open
marktech0813 wants to merge 1 commit into
James-CUDA:mainfrom
marktech0813:fix/485-times-ten-scientific
Open

fix(scoring): extract LaTeX a\times10^{b} as one scientific term#488
marktech0813 wants to merge 1 commit into
James-CUDA:mainfrom
marktech0813:fix/485-times-ten-scientific

Conversation

@marktech0813

Copy link
Copy Markdown
Contributor

Summary

Fixes #485

Test plan

  • pytest tests/test_reward_times_ten_scientific.py
  • CI green on this PR

Made with Cursor

Unboxed 3\times10^{2} was read as the exponent digit 2 (FP/FN); keep the
whole mantissa\times10^exponent span like the existing 1e3 path (James-CUDA#485).

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: unboxed a\times10^{b} extracts the exponent digit — "3\times10^{2}" grades as 2

1 participant