Skip to content

Conversation

@ChrisRackauckas-Claude
Copy link
Contributor

Summary

  • Fix failing verbosity log tests by using regex patterns instead of exact string matching
  • SciMLLogging now adds a prefix to log messages ("Verbosity toggle: <option_name> \n ..."), causing exact string matching to fail

Test plan

  • Verified the regex patterns match the expected log message content
  • CI tests should pass after this change

🤖 Generated with Claude Code

The SciMLLogging package now adds a prefix to log messages
("Verbosity toggle: <option_name> \n ..."), so tests that used
exact string matching for log messages were failing. Changed
the tests to use regex patterns instead, which matches the message
content regardless of any prefix.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@ChrisRackauckas ChrisRackauckas merged commit 5fa4efd into SciML:main Dec 8, 2025
250 of 274 checks passed
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.

2 participants