From 85407165d9a024a502798e3bba491b42a475487e Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Tue, 20 Jul 2021 08:34:30 +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 6465457..fd1202c 100644 --- a/python/tasks/mlb_player.py +++ b/python/tasks/mlb_player.py @@ -838,7 +838,7 @@ def kernel_9_benchmark( scale_param=[1.0], ) t3 = datetime.datetime.now() - t4 = (t3 - t2).totalseconds() / t5 + t4 = (t3 - t2).total_seconds() / t5 pprint.pprint( ['kernel_9_benchmark', dict(t4=t4, t5=t5)] )