Skip to content

Commit f67b674

Browse files
author
Alexander Werning
committed
Merge remote-tracking branch 'origin/main' into HEAD
2 parents cefeff1 + bdcefaf commit f67b674

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
15+
python: ["3.8", "3.9", "3.10", "3.11"]
1616

1717
steps:
1818
- uses: actions/checkout@v3

sed_scores_eval/base_modules/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ def download_test_data():
527527
print('Download test data')
528528
zip_file_path = tests_dir_path / 'data.zip'
529529
urlretrieve(
530-
'https://go.upb.de/sed_scores_eval_test_data',
530+
'https://zenodo.org/records/18234055/files/data.zip?download=1',
531531
filename=str(zip_file_path)
532532
)
533533
with zipfile.ZipFile(zip_file_path, 'r') as zip_ref:

0 commit comments

Comments
 (0)