dtcxzyw commited on
Commit
bc7462c
·
unverified ·
1 Parent(s): c1ed8f5
Files changed (1) hide show
  1. src/leaderboard/read_evals.py +1 -1
src/leaderboard/read_evals.py CHANGED
@@ -52,7 +52,7 @@ class EvalResult:
52
  fixed_bug_ids = []
53
  fixed_bug_ids_fast = []
54
  sample_count = 0
55
- patches = []
56
  for fix in fixes:
57
  bug_type = fix.get("bug_type", "")
58
  if fix.get("fast_check_pass", False):
 
52
  fixed_bug_ids = []
53
  fixed_bug_ids_fast = []
54
  sample_count = 0
55
+ patches = dict()
56
  for fix in fixes:
57
  bug_type = fix.get("bug_type", "")
58
  if fix.get("fast_check_pass", False):