Skip to content

Commit

Permalink
Cranfield leaderboard for 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanik12 committed Feb 17, 2025
1 parent 1731a18 commit 79c2ef7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pv211_utils/cranfield/leaderboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@

class CranfieldLeaderboard(GoogleSpreadsheetLeaderboardBase):
def get_competition_start(self) -> datetime.date:
return datetime.date(2024, 2, 19)
return datetime.date(2025, 2, 17)

def get_competition_end(self) -> datetime.date:
return datetime.date(2024, 3, 19)
return datetime.date(2025, 3, 26)

def _get_key_path(self) -> str:
key_path = pkg_resources.resource_filename('pv211_utils', 'data/pv211-leaderboard-b8e892e3e8bb.json')
return key_path

def _get_spreadsheet_key(self) -> str:
spreadsheet_key = '1K_GnmMTjeacPaUmvjO79abrlqOV8JqvnoxoQICulpAw'
spreadsheet_key = '1LGm715BA85FMQDbO4inZu1s1Ey93HLkDCFXUYGKjrpA'
return spreadsheet_key

def get_public_url(self) -> Optional[str]:
return (
'https://docs.google.com/spreadsheets/d/e/'
'2PACX-1vQga_qzgcLp_IcrOt5xZBq4Pq7jjTwmV6JLMRPwkLwG3K3dm2FrcZT-1GhGItFkNyAxwDaOzzFLOIdu/pubhtml'
'2PACX-1vSLY-jk70GJZSZjJYMKxh6CMBl47KDP6OFjrY_zIMUF9YRwTLl_DSU1mXCrBPiHyUxqav0URYtVP2PK/pubhtml'
)

0 comments on commit 79c2ef7

Please sign in to comment.