Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ccanel committed Feb 6, 2024
1 parent 723135d commit 998a5e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions unfair/scripts/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,7 @@ def eval_shared(args, our_label, matched):
newcomer_flows_utils_disabled,
newcomer_flows_utils_enabled,
newcomer_flows_util_deltas_percent,
_, # params
) = list(zip(*matched_results.values()))

# Plot the fair rates in the experiment configurations so that we can see if the
Expand Down Expand Up @@ -1261,6 +1262,7 @@ def eval_background(args, our_label, matched):
background_flows_utils_disabled,
background_flows_utils_enabled,
_, # background_flows_util_deltas_percent,
_, # params
) = list(zip(*matched_results.values()))

num_flows = [
Expand Down

0 comments on commit 998a5e0

Please sign in to comment.