Spaces:
Sleeping
Sleeping
meg-huggingface
commited on
Commit
•
89f936a
1
Parent(s):
5bbe032
Allow not all benchmarks to be run
Browse files- src/populate.py +1 -1
src/populate.py
CHANGED
@@ -19,7 +19,7 @@ def get_leaderboard_df(results_path: str, requests_path: str, cols: list, benchm
|
|
19 |
df = df[cols].round(decimals=2)
|
20 |
|
21 |
# filter out if any of the benchmarks have not been produced
|
22 |
-
df = df[has_no_nan_values(df, benchmark_cols)]
|
23 |
return raw_data, df
|
24 |
|
25 |
|
|
|
19 |
df = df[cols].round(decimals=2)
|
20 |
|
21 |
# filter out if any of the benchmarks have not been produced
|
22 |
+
# df = df[has_no_nan_values(df, benchmark_cols)]
|
23 |
return raw_data, df
|
24 |
|
25 |
|