Skip to content

Commit

Permalink
update urls
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgrathc committed Oct 18, 2022
1 parent 1a9ec43 commit b86983a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tell/install_forcing_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ class InstallForcingSample:
'0.1.1': 'https://zenodo.org/record/6354665/files/sample_forcing_data.zip?download=1',
'0.1.2': 'https://zenodo.org/record/6354665/files/sample_forcing_data.zip?download=1',
'0.1.3': 'https://zenodo.org/record/6354665/files/sample_forcing_data.zip?download=1',
'0.1.4': 'https://zenodo.org/record/6354665/files/sample_forcing_data.zip?download=1'}
'0.1.4': 'https://zenodo.org/record/6354665/files/sample_forcing_data.zip?download=1',
'0.1.5': 'https://zenodo.org/record/6354665/files/sample_forcing_data.zip?download=1'}

DEFAULT_VERSION = 'https://zenodo.org/record/6354665/files/sample_forcing_data.zip?download=1'

Expand Down
3 changes: 2 additions & 1 deletion tell/install_raw_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ class InstallRawData:
'0.1.1': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1',
'0.1.2': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1',
'0.1.3': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1',
'0.1.4': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1'}
'0.1.4': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1',
'0.1.5': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1'}

DEFAULT_VERSION = 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1'

Expand Down

0 comments on commit b86983a

Please sign in to comment.