Commit
·
e76e95f
1
Parent(s):
bc906d1
updating the list of baseline usernames
Browse files- constants.py +1 -1
constants.py
CHANGED
|
@@ -96,7 +96,7 @@ LEADERBOARD_COLUMNS_RENAME = {
|
|
| 96 |
"model": "Model Name",
|
| 97 |
"property": "Property",
|
| 98 |
}
|
| 99 |
-
BASELINE_USERNAMES = ["loodvanniekerkginkgo"]
|
| 100 |
|
| 101 |
|
| 102 |
def LEADERBOARD_COLUMNS_RENAME_LIST(columns: list[str]) -> list[str]:
|
|
|
|
| 96 |
"model": "Model Name",
|
| 97 |
"property": "Property",
|
| 98 |
}
|
| 99 |
+
BASELINE_USERNAMES = ["loodvanniekerkginkgo", "jmollerginkgobioworks", "sritter-ginkgobioworks"]
|
| 100 |
|
| 101 |
|
| 102 |
def LEADERBOARD_COLUMNS_RENAME_LIST(columns: list[str]) -> list[str]:
|