Skip to content

Commit

Permalink
Fixed the median computation
Browse files Browse the repository at this point in the history
  • Loading branch information
MasWag committed Jun 29, 2024
1 parent 921c44c commit 03f445d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utils/gen_summary_csv.awk
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ system_name != current_system_name || property != current_property {
sq_sum_total_time_all += total_time * total_time
sq_sum_eq_simulation_all += eq_simulation * eq_simulation
sq_sum_simulation_time_all += simulation_time * simulation_time
# List
total_simulation_list[NR] = total_simulation
}


Expand Down

0 comments on commit 03f445d

Please sign in to comment.