Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair authored Feb 18, 2025
1 parent 47baeea commit 3120940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/howto_guides/replacing_asdfs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For example:

.. code-block:: python
Fido.fetch(res, path="~/sunpy/data/{instrument}/{dataset_id}", overwrite=True) # doctest: +SKIP
Fido.fetch(res, path="~/sunpy/data/{instrument}/{dataset_id}", overwrite=True) # doctest: +SKIP
where ``res`` is the result of a ``Fido`` search for some dataset you already have saved locally.
Expand All @@ -25,7 +25,7 @@ Again, we can use the ``overwrite`` keyword for this.
from dkist.data.sample import download_all_sample_data
download_all_sample_data(overwrite=True) # doctest: +REMOTE_DATA
download_all_sample_data(overwrite=True) # doctest: +REMOTE_DATA
In the past, the naming convention for the metadata ASDF files has also changed, meaning that the usual checks to stop you downloading a dataset you already have locally may fail and you will end up with two separate metadata files.
Expand Down

0 comments on commit 3120940

Please sign in to comment.