Skip to content

Commit

Permalink
Merge pull request #41 from GMoncrieff/data-version-update
Browse files Browse the repository at this point in the history
Update install_supplement.py
  • Loading branch information
kanishkan91 authored May 28, 2024
2 parents 1bb5d98 + d054751 commit 7e6ce57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions demeter/install_supplement.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ class InstallSupplement:
"""

# URL for DOI minted example data hosted on Zenodo
DATA_VERSION_URLS = {'1.3.1': 'https://zenodo.org/record/7240315/files/config_gcam_reference.zip?download=1'}
DATA_VERSION_URLS = {'1.3.1': 'https://zenodo.org/record/7240315/files/config_gcam_reference.zip?download=1',
'2.0.0': 'https://zenodo.org/record/7240315/files/config_gcam_reference.zip?download=1'}

def __init__(self, example_data_directory):

Expand Down Expand Up @@ -63,4 +64,4 @@ def get_package_data(example_data_directory):

zen = InstallSupplement(example_data_directory)

zen.fetch_zenodo()
zen.fetch_zenodo()

0 comments on commit 7e6ce57

Please sign in to comment.