Skip to content

Commit

Permalink
Update docs/howto_guides/replacing_asdfs.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Stuart Mumford <[email protected]>
  • Loading branch information
SolarDrew and Cadair authored Feb 18, 2025
1 parent 5cccefa commit f8c9492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howto_guides/replacing_asdfs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Again, we can use the ``overwrite`` keyword for this.
download_all_sample_data(overwrite=True) # doctest: +REMOTE_DATA
Occasionally, the naming convention for the 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 (likely identical) metadata files.
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.
If you try and load a dataset where a file with an old name is present you will see a warning similar to this:

.. code-block:: python
Expand Down

0 comments on commit f8c9492

Please sign in to comment.