You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Add logger.warn() deprecation warning to filterwarnings ignore list
- Resolves CI test failures caused by DeprecationWarning from logger.warn() method
- Warning occurs in unit_tests/test_logger.py:81 where test intentionally uses deprecated method
- Follows established pattern of detailed inline comments for each ignored warning
Co-Authored-By: AJ Steers <[email protected]>
0 commit comments