Jon Solow
commited on
Commit
•
c71d5f0
1
Parent(s):
9ec1831
Fix actual mapping of week 19 to 1
Browse files- src/stats.py +1 -1
src/stats.py
CHANGED
@@ -73,7 +73,7 @@ NFLVERSE_STAT_COL_TO_ID: dict[str, str] = {
|
|
73 |
}
|
74 |
|
75 |
NFLVERSE_STAT_WEEK_TO_PLAYOFF_WEEK = {
|
76 |
-
|
77 |
20: 2,
|
78 |
21: 3,
|
79 |
22: 4,
|
|
|
73 |
}
|
74 |
|
75 |
NFLVERSE_STAT_WEEK_TO_PLAYOFF_WEEK = {
|
76 |
+
19: 1,
|
77 |
20: 2,
|
78 |
21: 3,
|
79 |
22: 4,
|