paper-dynasty-discord/in_game
Cal Corum 079f9ac4f6
All checks were successful
Ruff Lint / lint (pull_request) Successful in 17s
fix: address review feedback (#164)
- Fix falsy-zero bug: `(loss_max or 99)` → `loss_max is not None and losses > loss_max`
  so a player finishing 10-1 sees  on the perfect-run bonus instead of 
- Tighten test assertion: assert "" in bonus_line (was: assert "" not in bonus_line)
- Revert in_game/gameplay_queries.py to main — formatting/NoResultFound changes
  belong in PR #163, not here

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-10 13:03:22 -05:00
..
ai_manager.py Add pitcher validation with rank retry in get_starting_pitcher 2026-01-30 14:04:03 -06:00
data_cache.py Update logging to RotatingFileHandler 2024-11-09 23:14:54 -06:00
game_helpers.py Helpers checks 2025-01-24 10:08:35 -06:00
gameplay_models.py fix: batch cleanup — dead code, bare excepts, empty stubs (#25, #32, #37, #38) 2026-03-22 23:23:09 -05:00
gameplay_queries.py fix: address review feedback (#164) 2026-04-10 13:03:22 -05:00
managerai_responses.py Batter subs plus cleanup 2024-12-23 10:09:11 -06:00
simulations.py Update api logging 2024-11-16 00:31:54 -06:00