Skip to content

Commit 6236be9

Browse files
committed
Skipping interactive lines that stall running the test
1 parent 720ecb4 commit 6236be9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/hips2fits/hips2fits.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ With a user defined astropy WCS
6868
... cmap=Colormap('viridis'),
6969
... )
7070
>>> im = plt.imshow(result)
71-
>>> plt.show() # doctest: +IGNORE_OUTPUT
71+
>>> plt.show() # doctest: +SKIP
7272

7373
.. image:: ./query_wcs.png
7474

@@ -97,7 +97,7 @@ Without WCS
9797
... cmap=Colormap('viridis'),
9898
... )
9999
>>> im = plt.imshow(result)
100-
>>> plt.show() # doctest: +IGNORE_OUTPUT
100+
>>> plt.show() # doctest: +SKIP
101101

102102
.. image:: ./query_no_wcs.png
103103

0 commit comments

Comments
 (0)