dtcxzyw commited on
Commit
c1ad1f8
·
unverified ·
1 Parent(s): bc7462c
Files changed (1) hide show
  1. app.py +1 -1
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)