Spencer-Weston / NBApredict

NBA game prediction model
MIT License
13 stars 9 forks source link

Daily Scheduling Issue #9

Open Spencer-Weston opened 5 years ago

Spencer-Weston commented 5 years ago

If daily is run during the playoffs, the scheduled run times will not work. This arises because game times in schedule are not always determined ahead of time and default to midnight. Will need an update mechanism to recognize when game times in schedule change and update scheduler accordingly.

Spencer-Weston commented 5 years ago

database.reconcile() manages this ok for now.