From ccfcbbcf3629c2bd983b0450d5cccab7419b42c1 Mon Sep 17 00:00:00 2001 From: Jeff Jennings Date: Tue, 31 Oct 2023 16:27:43 -0400 Subject: [PATCH] tutorials: update zenodo version --- docs/ci-tutorials/crossvalidation.md | 4 ++-- docs/ci-tutorials/fakedata.md | 2 +- docs/ci-tutorials/gridder.md | 2 +- docs/ci-tutorials/initializedirtyimage.md | 2 +- docs/ci-tutorials/loose-visibilities.md | 2 +- docs/ci-tutorials/optimization.md | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/ci-tutorials/crossvalidation.md b/docs/ci-tutorials/crossvalidation.md index dd4f0ed1..baf0f3e6 100644 --- a/docs/ci-tutorials/crossvalidation.md +++ b/docs/ci-tutorials/crossvalidation.md @@ -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", @@ -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", diff --git a/docs/ci-tutorials/fakedata.md b/docs/ci-tutorials/fakedata.md index 0e3a948e..de08ef3d 100644 --- a/docs/ci-tutorials/fakedata.md +++ b/docs/ci-tutorials/fakedata.md @@ -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", diff --git a/docs/ci-tutorials/gridder.md b/docs/ci-tutorials/gridder.md index 8e7607dc..47ffaf3d 100644 --- a/docs/ci-tutorials/gridder.md +++ b/docs/ci-tutorials/gridder.md @@ -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", diff --git a/docs/ci-tutorials/initializedirtyimage.md b/docs/ci-tutorials/initializedirtyimage.md index 1857f815..e4c1b041 100644 --- a/docs/ci-tutorials/initializedirtyimage.md +++ b/docs/ci-tutorials/initializedirtyimage.md @@ -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", diff --git a/docs/ci-tutorials/loose-visibilities.md b/docs/ci-tutorials/loose-visibilities.md index a39dea62..aed73b3b 100644 --- a/docs/ci-tutorials/loose-visibilities.md +++ b/docs/ci-tutorials/loose-visibilities.md @@ -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", diff --git a/docs/ci-tutorials/optimization.md b/docs/ci-tutorials/optimization.md index caf72e1b..0a7b8686 100644 --- a/docs/ci-tutorials/optimization.md +++ b/docs/ci-tutorials/optimization.md @@ -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",