Skip to content

Commit 4076cbe

Browse files
authored
updated download link zenodo
1 parent c679a0f commit 4076cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/data_simulation/Download_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def download_data(force=False):
2222
print(f"Folder '{'download'}' created.")
2323
# Change to the specified folder
2424
os.chdir(os.path.join(base_folder,'download'))
25-
subprocess.check_call(["zenodo_get", 'https://zenodo.org/records/10696605'])
25+
subprocess.check_call(["zenodo_get", 'https://zenodo.org/records/14605039'])
2626
# Open the zip file
2727
if force or not os.path.exists('Data'):
2828
# Unzip the file

0 commit comments

Comments
 (0)