Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
6d7c674
1
Parent(s):
b3d34ad
reduce verbosity of log
Browse files- src/populate.py +1 -1
src/populate.py
CHANGED
@@ -70,7 +70,7 @@ def get_leaderboard_df(results_dataset_name: str) -> pd.DataFrame:
|
|
70 |
|
71 |
full_df = pd.DataFrame(rows)
|
72 |
|
73 |
-
logger.info(f"Loaded results df
|
74 |
|
75 |
# TODO: Forbid multiple submissions under the same name?
|
76 |
# Keep only the latest entry per unique (System Name, System Type, Organization) triplet
|
|
|
70 |
|
71 |
full_df = pd.DataFrame(rows)
|
72 |
|
73 |
+
logger.info(f"Loaded results df with {len(full_df)} entries")
|
74 |
|
75 |
# TODO: Forbid multiple submissions under the same name?
|
76 |
# Keep only the latest entry per unique (System Name, System Type, Organization) triplet
|