Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
a6adcf8
1
Parent(s):
98deb78
debug logs
Browse files- src/populate.py +2 -0
src/populate.py
CHANGED
@@ -70,6 +70,8 @@ def get_leaderboard_df(results_dataset_name: str) -> pd.DataFrame:
|
|
70 |
|
71 |
full_df = pd.DataFrame(rows)
|
72 |
|
|
|
|
|
73 |
# TODO: Forbid multiple submissions under the same name?
|
74 |
# Keep only the latest entry per unique (System Name, System Type, Organization) triplet
|
75 |
final_df = (
|
|
|
70 |
|
71 |
full_df = pd.DataFrame(rows)
|
72 |
|
73 |
+
logger.info(f"Loaded results df: {full_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
|
77 |
final_df = (
|