jldbc / pybaseball

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

make the large query print only if more than step #167

Closed schorrm closed 4 years ago

schorrm commented 4 years ago

Simple thingy, just check that the two days are less than step days apart.

TheCleric commented 4 years ago

The code itself looks fine, but I'm concerned with the fact the tests are failing all of a sudden...

schorrm commented 4 years ago

Doesn't seem related at all 🤷‍♂️

schorrm commented 4 years ago

Closing this because of the gremlin in the tests and also because #168 overrides this sort of thing