Spaces:
Running
Running
Alex
commited on
Commit
·
a72a723
1
Parent(s):
6427b56
error
Browse files- src/populate.py +1 -1
src/populate.py
CHANGED
@@ -24,7 +24,7 @@ def get_leaderboard_df(results_path: str, requests_path: str, cols: list, benchm
|
|
24 |
if df.empty:
|
25 |
example_row = {}
|
26 |
|
27 |
-
# Populate benchmark metrics with the default value 0.5
|
28 |
for metric in benchmark_cols:
|
29 |
example_row[metric] = 0.5
|
30 |
|
|
|
24 |
if df.empty:
|
25 |
example_row = {}
|
26 |
|
27 |
+
# Populate benchmark metrics with the default value 0.5 using internal column names
|
28 |
for metric in benchmark_cols:
|
29 |
example_row[metric] = 0.5
|
30 |
|