Update
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ fixed_bug_ids_count = dict()
|
|
85 |
fixed_bug_ids_fast = set()
|
86 |
bug_ids_to_patches = dict()
|
87 |
for row in LEADERBOARD_DF.itertuples():
|
88 |
-
print(row)
|
89 |
model_cnt += 1
|
90 |
for fix in row.fixed_bug_ids:
|
91 |
timeline_ys.append(-model_cnt)
|
|
|
85 |
fixed_bug_ids_fast = set()
|
86 |
bug_ids_to_patches = dict()
|
87 |
for row in LEADERBOARD_DF.itertuples():
|
88 |
+
# print(row)
|
89 |
model_cnt += 1
|
90 |
for fix in row.fixed_bug_ids:
|
91 |
timeline_ys.append(-model_cnt)
|