From 5f04fee42458e78450722f93576040e59df6d03f Mon Sep 17 00:00:00 2001 From: Drew Leonard Date: Tue, 18 Feb 2025 14:23:43 +0000 Subject: [PATCH] Add another remote data tag --- docs/howto_guides/replacing_asdfs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto_guides/replacing_asdfs.rst b/docs/howto_guides/replacing_asdfs.rst index b1764f8e..4e275b28 100644 --- a/docs/howto_guides/replacing_asdfs.rst +++ b/docs/howto_guides/replacing_asdfs.rst @@ -68,7 +68,7 @@ In the second case, if the metadata file has been renamed then you may see a war .. code-block:: python >>> from dkist import load_dataset - >>> ds = load_dataset('~/sunpy/data/VISP/AGLKO/') + >>> ds = load_dataset('~/sunpy/data/VISP/AGLKO/') # doctest: +REMOTE_DATA WARNING: DKISTUserWarning: ASDF files with old names (VISP_L1_20221024T212807_AGLKO_user_tools.asdf) were found in this directory and ignored. You may want to delete these files. [dkist.dataset.loader]