Skip to content

Commit

Permalink
@Cadair's suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarDrew committed Feb 18, 2025
1 parent 4ca3e31 commit 76c9836
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/howto_guides/asdf_warnings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ When you load a recently-downloaded ASDF file you may see a warning something li
AsdfPackageVersionWarning: File '<file you tried to load>' was created with extension URI 'asdf://asdf-format.org/astronomy/gwcs/extensions/gwcs-1.2.0' (from package gwcs==0.24.0), but older package (gwcs==0.22.0) is installed.


Of course the extension and package it complains about will vary.
This warning means that an extension needed to properly parse the ASDF file is missing or outdated.
To correct this, you should update your Python tools installation with
The extension and package it references will vary.
This warning means that the `dkist` package or one of its dependencies is out of date.
To correct this, you should update your Python tools installation (and its dependencies) with

.. code-block:: bash
Expand Down

0 comments on commit 76c9836

Please sign in to comment.