Skip to content

Commit fd55c0f

Browse files
committed
cache downloaded file in fits-cubes
1 parent ccc9444 commit fd55c0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/notebooks/FITS-cubes/FITS-cubes.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
"source": [
9898
"# Downloads the HI data in a fits file format\n",
9999
"hi_datafile = download_file(\n",
100-
" 'http://data.astropy.org/tutorials/FITS-cubes/'+'reduced_TAN_C14.fits',\n",
101-
" cache= False, show_progress = True)"
100+
" 'http://data.astropy.org/tutorials/FITS-cubes/reduced_TAN_C14.fits',\n",
101+
" cache=True, show_progress=True)"
102102
]
103103
},
104104
{
@@ -862,7 +862,7 @@
862862
"name": "python",
863863
"nbconvert_exporter": "python",
864864
"pygments_lexer": "ipython3",
865-
"version": "3.6.9"
865+
"version": "3.7.3"
866866
}
867867
},
868868
"nbformat": 4,

0 commit comments

Comments
 (0)