Skip to content

Commit b395282

Browse files
author
Raphael Shirley
committed
try dropbox instead
1 parent a2978ae commit b395282

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_lephare.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
submit_utils._DOWNLOAD_TIMEOUT = 300
2424

2525
SUBMISSION_NAME: str = "lephare"
26-
SUBMISSION_URL: str = "https://www.raphaelshirley.co.uk/data/submit_lephare.tgz"
26+
SUBMISSION_URL: str = "https://www.dropbox.com/scl/fi/fq1mvmt0d4cgb0qs0zbe2/submit_lephare.tgz?rlkey=3kmk5yiu6pqkx4g3vxbtkz41x&st=yrvmegii&e=1&dl=1"
27+
# SUBMISSION_URL: str = "https://www.raphaelshirley.co.uk/data/submit_lephare.tgz"
2728

2829
# don't change these
2930
SUBMIT_DIR: str = f"submissions/{SUBMISSION_NAME}"

0 commit comments

Comments
 (0)