Skip to content

Commit 1c1bae6

Browse files
committed
Update script
1 parent 4ba6612 commit 1c1bae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datasets/pass/pass.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141

4242
_LICENSE = "Creative Commons Attribution 4.0 International"
4343

44-
_IMAGE_ARCHIVE_DOWNLOAD_URL_TEMPLATE = "https://zenodo.org/record/5570664/files/PASS.{idx}.tar?download=1"
44+
_IMAGE_ARCHIVE_DOWNLOAD_URL_TEMPLATE = "https://zenodo.org/record/6615455/files/PASS.{idx}.tar?download=1"
4545

46-
_METADATA_DOWNLOAD_URL = "https://zenodo.org/record/5570664/files/pass_metadata.csv?download=1"
46+
_METADATA_DOWNLOAD_URL = "https://zenodo.org/record/6615455/files/pass_metadata.csv?download=1"
4747

4848

4949
class PASS(datasets.GeneratorBasedBuilder):

0 commit comments

Comments
 (0)