Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing data for week 11 MIA @ TB #348

Closed
rjh336 opened this issue Nov 22, 2017 · 2 comments
Closed

missing data for week 11 MIA @ TB #348

rjh336 opened this issue Nov 22, 2017 · 2 comments

Comments

@rjh336
Copy link

rjh336 commented Nov 22, 2017

when running the following code, I am missing week 11's game MIA at TB:

games = nflgame.games(2017, home='MIA', away='MIA')
for g in games:
    print g.nice_score()

the output is:

MIA (6) at NYJ (20)
NO (20) at MIA (0)
TEN (10) at MIA (16)
MIA (20) at ATL (17)
NYJ (28) at MIA (31)
MIA (0) at BAL (40)
OAK (27) at MIA (24)
MIA (21) at CAR (45)

I tried updating the schedule per the following python update_sched.py --year 2017 in the following directory ~/anaconda2/envs/nfl/lib/python2.7/site-packages/nflgame, but the output has not changed. Not sure if it is pertinent, but is there any problem with using nflgame in a conda environment? If no, does anyone have suggestions?
thanks in advance.
@ochawkeye
@BurntSushi

@ariannedee
Copy link

@rjh336
Can you try the fix I suggested here?

In nflgame/live.py, line 73 needs to be commented out and line 68 commented in.
Then you can run update_sched.py and it should pull in the right data.

I did that to get MIA vs TB in week 11.

@rjh336 rjh336 changed the title missing data for week 11 MIA @ CAR missing data for week 11 MIA @ TB Nov 25, 2017
@rjh336
Copy link
Author

rjh336 commented Nov 25, 2017

Thank you @ariannedee !!

@rjh336 rjh336 closed this as completed Nov 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants