Skip to content

fix: suppress CLI noise from escape sequences and third-party warnings#349

Merged
Jammy2211 merged 1 commit intomainfrom
feature/cli-noise-clean
Apr 13, 2026
Merged

fix: suppress CLI noise from escape sequences and third-party warnings#349
Jammy2211 merged 1 commit intomainfrom
feature/cli-noise-clean

Conversation

@Jammy2211
Copy link
Copy Markdown
Collaborator

Summary

Suppress CLI noise during test collection by converting docstrings containing LaTeX math to raw strings across profiles, convert, and ellipse modules. Added pytest warning filters for JAX CUDA plugin and deprecation warnings.

API Changes

None — internal changes only.

Test Plan

  • All 834 unit tests pass
  • pytest --co produces zero warnings

🤖 Generated with Claude Code

…ty warnings

Convert docstrings containing LaTeX math and ASCII art to raw strings (r""")
to fix SyntaxWarning: invalid escape sequence warnings during test collection.
Add pytest filterwarnings for JAX CUDA plugin and deprecation warnings.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Jammy2211 Jammy2211 merged commit 0f3e586 into main Apr 13, 2026
4 checks passed
@Jammy2211 Jammy2211 deleted the feature/cli-noise-clean branch April 13, 2026 12:00
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