Skip to content

Commit

Permalink
change dr3-rvs-nk.h5 and rvs_cgv.h5 urls to Zenodo
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanCantatGaudin committed Aug 30, 2023
1 parent e2f2e5b commit 05ca5a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gaiaunlimited/selectionfunctions/subsample.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class DR3RVSSelectionFunction(SelectionFunctionBase, fetch_utils.DownloadMixin):
"""

datafiles = {
"dr3-rvs-nk.h5": "https://dataverse.harvard.edu/api/access/datafile/6424746"
"dr3-rvs-nk.h5": "https://zenodo.org/record/8300616/files/dr3-rvs-nk.h5"
}

def __init__(self):
Expand Down Expand Up @@ -272,7 +272,7 @@ class EDR3RVSSelectionFunction(SelectionFunctionBase, fetch_utils.DownloadMixin)
"""

datafiles = {
"rvs_cogv.h5": "https://dataverse.harvard.edu/api/access/datafile/5203267"
"rvs_cogv.h5": "https://zenodo.org/record/8300616/files/rvs_cogv.h5"
}

# frame = ''
Expand Down

0 comments on commit 05ca5a1

Please sign in to comment.