xeon27
commited on
Commit
·
3a37ec7
1
Parent(s):
d7d56ae
Debug
Browse files- src/populate.py +1 -1
src/populate.py
CHANGED
@@ -22,7 +22,7 @@ def get_leaderboard_df(results_path: str, requests_path: str, cols: list, benchm
|
|
22 |
df = df[has_no_nan_values(df, benchmark_cols)]
|
23 |
|
24 |
# TMP: Debugging
|
25 |
-
print(df.
|
26 |
|
27 |
return df
|
28 |
|
|
|
22 |
df = df[has_no_nan_values(df, benchmark_cols)]
|
23 |
|
24 |
# TMP: Debugging
|
25 |
+
print(df.columns)
|
26 |
|
27 |
return df
|
28 |
|