Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ccanel committed Feb 7, 2024
1 parent 1851068 commit 380234c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unfair/scripts/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ def parse_opened_exp(
bottleneck_events = sorted(bottleneck_events.items(), key=lambda x: x[0])

# Create range-based bottleneck situations.
end_time_s = max(flowset["end_time_s"] for flowset in params["flowsets"])
end_time_s = max(flowset[4] for flowset in params["flowsets"])
bottleneck_situations = []
for idx, bottleneck in enumerate(bottleneck_events):
time_s, configs = bottleneck
Expand Down

0 comments on commit 380234c

Please sign in to comment.