Skip to content

Commit

Permalink
Don't need to run doctests on old releases
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarDrew committed Sep 2, 2024
1 parent d433c45 commit caeb378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/whatsnew/1.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ Any DKIST level one ASDF file can be loaded with the `dkist.load_dataset` functi
>>> import dkist
>>> ds = dkist.load_dataset(asdf_files) # doctest: +REMOTE_DATA
>>> ds # doctest: +REMOTE_DATA
>>> ds = dkist.load_dataset(asdf_files) # doctest: +SKIP
>>> ds # doctest: +SKIP
<dkist.dataset.dataset.Dataset object at ...>
This Dataset has 4 pixel and 5 world dimensions
<BLANKLINE>
Expand Down

0 comments on commit caeb378

Please sign in to comment.