From 4b84cdfbeaab0bac323b9cd9eb03076de442b056 Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Thu, 22 Jul 2021 11:18:10 +0300 Subject: [PATCH] [~] Refactor --- python/tasks/mlb_player.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/tasks/mlb_player.py b/python/tasks/mlb_player.py index e5462f4..8816925 100644 --- a/python/tasks/mlb_player.py +++ b/python/tasks/mlb_player.py @@ -1023,6 +1023,7 @@ def kernel_15( t3 = o_14['o_13']['t1'] t4 = numpy.where(t3.name.data == t2)[0] + import tqdm for k in tqdm.tqdm(range(-10, -1)): t5 = t4[-1] t6 = t3.video_path.data[t5]