Update
Browse files
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):
|