From bcc9cf633002e2f02418a8cea5c264cbbfd002bc Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Thu, 29 Jul 2021 22:11:18 +0300 Subject: [PATCH] [~] Refactor --- python/tasks/mlb_player.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tasks/mlb_player.py b/python/tasks/mlb_player.py index 29b42df..2a7afb3 100644 --- a/python/tasks/mlb_player.py +++ b/python/tasks/mlb_player.py @@ -1774,7 +1774,7 @@ def kernel_30(o_29, ids=None, delay=None,): [ o_29['t5'].portion > 0.1, o_29['t5'].mean_conf > 0.6, - o_29['t5']['t12'].data, + o_29['t5']['t11'].data, ], axis=0 ).prod(axis=0)