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)] )