Skip to content

Commit 3120221

Browse files
authored
Merge pull request #89 from OSIPI/Zenodo_update
Updated Zenodo
2 parents 4076cbe + 283fca4 commit 3120221

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

utilities/data_simulation/Download_data.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ def download_data(force=False):
2727
if force or not os.path.exists('Data'):
2828
# Unzip the file
2929
unzip_file('OSIPI_TF24_data_phantoms.zip', '.')
30-
os.chdir(curdir)
30+
os.chdir(curdir)
31+
32+
if __name__ == "__main__":
33+
download_data(force=True)

0 commit comments

Comments
 (0)