jldbc / pybaseball

Pull current and historical baseball statistics using Python (Statcast, Baseball Reference, FanGraphs)
MIT License
1.25k stars 333 forks source link

Resolved depracated warnings for game logs, and added tests #423

Open jarrett32 opened 4 months ago

jarrett32 commented 4 months ago

Issue #422

  1. Resolved some warnings about depracted functions in team_gamelogs.py.
  2. Added a test for get_team_game_logs
  3. No new or changed functionality, just resolved warnings...