Set compbio lb to ms instead of s

pull/136/head
Stijn De Clercq 2022-04-12 11:34:44 +02:00 committed by GitHub
parent f56cc40c41
commit 09d282db19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ class CompbioLeaderboard(Leaderboard):
return f"{index + 1}: {self.get_submission_user(data[0])} ({self.format_entry_data(data)})"
def format_entry_data(self, data: tuple) -> str:
return f"{str(data[1])} s"
return f"{str(data[1])} ms"
def get_value(self, data: tuple):
return data[1]