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 1d5453a commit 05e6250
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 @@ -1215,7 +1215,7 @@ def eval_background(args, our_label, matched):
foreground_flows_util_disabled = class_to_util_disabled["receiver"]
background_flows_util_disabled = class_to_util_disabled["sink"]
foreground_flows_util_enabled = class_to_util_enabled["receiver"]
background_flows_util_enabled = class_to_util_disabled["sink"]
background_flows_util_enabled = class_to_util_enabled["sink"]

matched_results[enabled_exp] = (
jfi_disabled, # 0
Expand Down

0 comments on commit 05e6250

Please sign in to comment.