Skip to content

Commit

Permalink
upgrade yffpy in monte carlo sims and remove old test code
Browse files Browse the repository at this point in the history
  • Loading branch information
uberfastman committed Sep 21, 2019
1 parent 8ec8194 commit 50da907
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 234 deletions.
2 changes: 1 addition & 1 deletion calculate/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def get_standings(self, league_standings_data):
def get_playoff_probs_data(league_standings_data, team_playoffs_data):

playoff_probs_data = []
for team in league_standings_data.teams.values():
for team in league_standings_data.teams:

team = team.get("team")

Expand Down
233 changes: 0 additions & 233 deletions test/examples.py

This file was deleted.

0 comments on commit 50da907

Please sign in to comment.