Skip to content

Commit 6ac4fb4

Browse files
authored
Merge pull request #2381 from andamian/hotfix
Small changes in CADC docs
2 parents 796085e + 2c56ddd commit 6ac4fb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/cadc/cadc.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,15 +160,15 @@ If only a subsection of the FITS file is needed, CADC can query an
160160
area and resolve the cutout of a result.
161161

162162

163-
.. doctest-skip::
163+
.. doctest-remote-data::
164164

165165
>>> from astropy import units as u
166166
>>> from astroquery.cadc import Cadc
167167
>>> cadc = Cadc()
168168
>>> coords = '01h45m07.5s +23d18m00s'
169169
>>> radius = 0.01*u.deg
170170
>>> images = cadc.get_images(coords, radius, collection='CFHT')
171-
>>> images
171+
>>> images # doctest: +IGNORE_OUTPUT
172172
[<astropy.io.fits.hdu.image.PrimaryHDU object at 0x7f3805a06ef0>]
173173
[<astropy.io.fits.hdu.image.PrimaryHDU object at 0x7f3805b23b38>]
174174

@@ -445,7 +445,7 @@ Query without saving results in a file:
445445
Query saving results in a file:
446446

447447

448-
.. doctest-skip::
448+
.. doctest-remote-data::
449449

450450
>>> from astroquery.cadc import Cadc
451451
>>> cadc = Cadc()

0 commit comments

Comments
 (0)