We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba6612 commit 1c1bae6Copy full SHA for 1c1bae6
datasets/pass/pass.py
@@ -41,9 +41,9 @@
41
42
_LICENSE = "Creative Commons Attribution 4.0 International"
43
44
-_IMAGE_ARCHIVE_DOWNLOAD_URL_TEMPLATE = "https://zenodo.org/record/5570664/files/PASS.{idx}.tar?download=1"
+_IMAGE_ARCHIVE_DOWNLOAD_URL_TEMPLATE = "https://zenodo.org/record/6615455/files/PASS.{idx}.tar?download=1"
45
46
-_METADATA_DOWNLOAD_URL = "https://zenodo.org/record/5570664/files/pass_metadata.csv?download=1"
+_METADATA_DOWNLOAD_URL = "https://zenodo.org/record/6615455/files/pass_metadata.csv?download=1"
47
48
49
class PASS(datasets.GeneratorBasedBuilder):
0 commit comments