Skip to content

Conversation

@yurekami
Copy link

Summary

  • Remove debug print("wtf", ...) and print(item, ...) statements in eval_script.py
  • Remove print("DEBUG >>>", ...) in answer_extraction.py
  • Remove print("DEBUG CMATH:", ...) in answer_extraction.py
  • Fix typo: +\\inity+\\infty in strip_string function
  • Improve error message in NotImplementedError to include type information for easier debugging

Problem

Debug print statements pollute stdout when running evaluations, which can interfere with result parsing and make logs harder to read in production environments.

Test plan

  • Verify Python syntax with python3 -m py_compile
  • Run evaluation scripts to confirm no regression

🤖 Generated with Claude Code

- Remove debug print("wtf", ...) and print(item, ...) in eval_script.py
- Remove print("DEBUG >>>", ...) in answer_extraction.py
- Remove print("DEBUG CMATH:", ...) in answer_extraction.py
- Fix typo: "+\\inity" -> "+\\infty" in strip_string function
- Improve error message in NotImplementedError to include type info

These debug statements pollute stdout when running evaluations and
can interfere with result parsing.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.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.

1 participant