Skip to content

Commit

Permalink
tutorials: update zenodo version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings committed Oct 31, 2023
1 parent 503503c commit ccfcbbc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/ci-tutorials/crossvalidation.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ from mpol import (
# load the mock dataset of the ALMA logo
fname = download_file(
"https://zenodo.org/record/4930016/files/logo_cube.noise.npz",
"https://zenodo.org/record/10059491/files/logo_cube.noise.npz",
cache=True,
show_progress=True,
pkgname="mpol",
Expand Down Expand Up @@ -361,7 +361,7 @@ For the purposes of comparison, here is the image produced by the tclean algorit

```{code-cell}
fname = download_file(
"https://zenodo.org/record/4930016/files/logo_cube.tclean.fits",
"https://zenodo.org/record/10059491/files/logo_cube.tclean.fits",
cache=True,
show_progress=True,
pkgname="mpol",
Expand Down
2 changes: 1 addition & 1 deletion docs/ci-tutorials/fakedata.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ from astropy.utils.data import download_file
# load the mock dataset of the ALMA logo
fname = download_file(
"https://zenodo.org/record/4930016/files/logo_cube.noise.npz",
"https://zenodo.org/record/10059491/files/logo_cube.noise.npz",
cache=True,
show_progress=True,
pkgname="mpol",
Expand Down
2 changes: 1 addition & 1 deletion docs/ci-tutorials/gridder.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ from astropy.utils.data import download_file
```{code-cell}
# load the mock dataset of the ALMA logo
fname = download_file(
"https://zenodo.org/record/4930016/files/logo_cube.noise.npz",
"https://zenodo.org/record/10059491/files/logo_cube.noise.npz",
cache=True,
show_progress=True,
pkgname="mpol",
Expand Down
2 changes: 1 addition & 1 deletion docs/ci-tutorials/initializedirtyimage.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ When saving and loading a model, it is important to make sure that ``cell_size``
```{code-cell}
# load the mock dataset of the ALMA logo
fname = download_file(
"https://zenodo.org/record/4930016/files/logo_cube.noise.npz",
"https://zenodo.org/record/10059491/files/logo_cube.noise.npz",
cache=True,
show_progress=True,
pkgname="mpol",
Expand Down
2 changes: 1 addition & 1 deletion docs/ci-tutorials/loose-visibilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ and loading the dataset
```{code-cell}
# load the mock dataset of the ALMA logo
fname = download_file(
"https://zenodo.org/record/4930016/files/logo_cube.noise.npz",
"https://zenodo.org/record/10059491/files/logo_cube.noise.npz",
cache=True,
show_progress=True,
pkgname="mpol",
Expand Down
2 changes: 1 addition & 1 deletion docs/ci-tutorials/optimization.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ from mpol import coordinates, fourier, gridding, losses, precomposed, utils
```{code-cell} ipython3
# load the mock dataset of the ALMA logo
fname = download_file(
"https://zenodo.org/record/4930016/files/logo_cube.noise.npz",
"https://zenodo.org/record/10059491/files/logo_cube.noise.npz",
cache=True,
show_progress=True,
pkgname="mpol",
Expand Down

0 comments on commit ccfcbbc

Please sign in to comment.