Jon Solow commited on
Commit
17f905b
·
1 Parent(s): d16c97d

Fix key for passing yards

Browse files
Files changed (1) hide show
  1. src/stats.py +1 -1
src/stats.py CHANGED
@@ -45,7 +45,7 @@ ST_TD = StatType(key="ST TD", score=6.0)
45
 
46
  NFLVERSE_STAT_COL_TO_ID: dict[str, str] = {
47
  "passing_tds": PASS_TD.key,
48
- "pasing_yards": PASS_YD.key,
49
  "passing_2pt_conversions": TWO_PT.key,
50
  "sack_fumbles_lost": FUM_LOST.key,
51
  "interceptions": PASS_INT.key,
 
45
 
46
  NFLVERSE_STAT_COL_TO_ID: dict[str, str] = {
47
  "passing_tds": PASS_TD.key,
48
+ "passing_yards": PASS_YD.key,
49
  "passing_2pt_conversions": TWO_PT.key,
50
  "sack_fumbles_lost": FUM_LOST.key,
51
  "interceptions": PASS_INT.key,