Skip to content

Commit 1858011

Browse files
committed
Minor change to download to force a cache miss on github
1 parent 8169bd2 commit 1858011

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

notebooks/download_data.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@
1212
url = 'https://zenodo.org/record/3312535/files/dark-test-0002d1000.fit.bz2?download=1'
1313
download = download_file(url, show_progress=True)
1414
p = Path(download)
15-
print(p)
1615
p.rename('dark-test-0002d1000.fit.bz2')
1716

1817
url = 'https://zenodo.org/record/5931364/files/single_bias_thermoelectric.fit.bz2?download=1'
1918
download = download_file(url, show_progress=True)
2019
p = Path(download)
21-
print(p)
2220
p.rename('single_bias_thermoelectric.fit.bz2')
2321

2422
url = 'https://zenodo.org/record/3332818/files/combined_dark_300.000.fits.bz2?download=1'

0 commit comments

Comments
 (0)