Skip to content

Commit b52d334

Browse files
committed
minor cleanup
1 parent df1a4d5 commit b52d334

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

engine/performance_stats.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ def performance_stats(
6363
timer_stats.loc[timer_name, 'std'] = np.std(times)
6464

6565

66-
6766
for aggregated_timer_name in aggregate_timer_names.keys():
6867

6968
times = np.zeros_like(np.asarray(

0 commit comments

Comments
 (0)