You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
when running the following code, I am missing week 11's game MIA at TB:
the output is:
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
The text was updated successfully, but these errors were encountered: