xeon27
commited on
Commit
·
c054278
1
Parent(s):
7c6bd6c
Debug
Browse files- src/populate.py +1 -1
src/populate.py
CHANGED
@@ -31,7 +31,7 @@ def get_leaderboard_df(results_path: str, requests_path: str, cols: list, benchm
|
|
31 |
df = df[has_no_nan_values(df, benchmark_cols)]
|
32 |
|
33 |
# TMP: Debugging
|
34 |
-
print(df[AutoEvalColumn.model.name].
|
35 |
|
36 |
return df
|
37 |
|
|
|
31 |
df = df[has_no_nan_values(df, benchmark_cols)]
|
32 |
|
33 |
# TMP: Debugging
|
34 |
+
print(df[AutoEvalColumn.model.name].iloc[0])
|
35 |
|
36 |
return df
|
37 |
|