paper-dynasty-card-creation/pitchers
Cal Corum 32cadb1c49 Fix two bugs in pitcher card builder dispatch logic
Fix duplicate elif branch in HR overflow cascade that prevented
single_one from receiving excess chances, and reorder single_two
secondary dispatch to check flyout full_name before groundout
short_name to prevent false 'B' matches on fly ball results.
Also add missing new_ratings.flyout_cf_b increment.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 12:04:51 -06:00
..
__init__.py Refactor pit/bat/def to modules 2023-11-05 12:18:42 -06:00
calcs_pitcher.py Extract BattingCardRatingsModel and PitchingCardRatingsModel into models.py files 2026-02-25 16:42:51 -06:00
card_builder.py Fix two bugs in pitcher card builder dispatch logic 2026-02-26 12:04:51 -06:00
creation.py CLAUDE: Add default OPS constants and type hints to improve code clarity 2025-10-31 23:28:49 -05:00
models.py Fix SLG formula drift in extracted rating models 2026-02-26 07:47:15 -06:00