nicholson2208 / smt-data-challenge

An exploration of first baseman receiving for the 2023 SMT Data Challenge
1 stars 0 forks source link

Where there is only a single play in a half inning, impute_outs tries to assign np.nan, and it yells #35

Closed nicholson2208 closed 1 year ago

nicholson2208 commented 1 year ago
Which game: 1903_31_TeamNB_TeamA1

/Users/mattnicholson/Documents/RandomProjects/smt-data-challenge/src/game.py:642: RuntimeWarning: invalid value encountered in cast
  running_outs_seq[(running_index): (running_index + outs_seq.shape[0]), :] = outs_seq