We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1a4d5 commit b52d334Copy full SHA for b52d334
engine/performance_stats.py
@@ -63,7 +63,6 @@ def performance_stats(
63
timer_stats.loc[timer_name, 'std'] = np.std(times)
64
65
66
-
67
for aggregated_timer_name in aggregate_timer_names.keys():
68
69
times = np.zeros_like(np.asarray(
0 commit comments