sh1gechan commited on
Commit
a9c9b4c
·
verified ·
1 Parent(s): a2c8f31

Update src/populate.py

Browse files
Files changed (1) hide show
  1. src/populate.py +1 -0
src/populate.py CHANGED
@@ -16,6 +16,7 @@ def get_leaderboard_df(results_path: str, requests_path: str, cols: list, benchm
16
 
17
  df = pd.DataFrame.from_records(all_data_json)
18
  # df = df.sort_values(by=[AutoEvalColumn.average.name], ascending=False)
 
19
  df = df[cols].round(decimals=2)
20
 
21
  # filter out if any of the benchmarks have not been produced
 
16
 
17
  df = pd.DataFrame.from_records(all_data_json)
18
  # df = df.sort_values(by=[AutoEvalColumn.average.name], ascending=False)
19
+ print("cols", cols)
20
  df = df[cols].round(decimals=2)
21
 
22
  # filter out if any of the benchmarks have not been produced