Commit
·
3e5aa13
1
Parent(s):
15f9c17
Remove deprecated arg
Browse files
src/leaderboard/populate.py
CHANGED
@@ -16,7 +16,6 @@ def download_result_data():
|
|
16 |
tqdm_class=None,
|
17 |
etag_timeout=30,
|
18 |
token=TOKEN,
|
19 |
-
resume_download=True,
|
20 |
allow_patterns=["results/*"],
|
21 |
)
|
22 |
|
|
|
16 |
tqdm_class=None,
|
17 |
etag_timeout=30,
|
18 |
token=TOKEN,
|
|
|
19 |
allow_patterns=["results/*"],
|
20 |
)
|
21 |
|