diff --git a/python/tasks/mlb_player.py b/python/tasks/mlb_player.py index b47b4db..6bb234e 100644 --- a/python/tasks/mlb_player.py +++ b/python/tasks/mlb_player.py @@ -1027,7 +1027,7 @@ def kernel_15( t22 = numpy.random.choice(t4, 10) import tqdm for k in tqdm.tqdm(t22): - t5 = t4[-1] + t5 = t4[k] t6 = t3.video_path.data[t5] t7 = t3.frame_id.data[t5] t8 = t3.to_dataframe().iloc[t5]