Skip to content

Commit d52ff29

Browse files
Add doctest ignore_output to a line that conflicts with linter due to lengths because of noqa.
1 parent f1c2a84 commit d52ff29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/ipac/irsa/most/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@
416416
'https://irsa.ipac.caltech.edu/workspace/TMP_X69utS_13312/MOST/pid15792/fitsimage_A850RA.tar.gz'
417417
>>> matched["region_tarball"] # doctest: +IGNORE_OUTPUT
418418
'https://irsa.ipac.caltech.edu/workspace/TMP_X69utS_13312/MOST/pid15792/ds9region_A850RA.tar'
419-
>>> matched["results"].columns
419+
>>> matched["results"].columns # doctest: +IGNORE_OUTPUT
420420
<TableColumns names=('Image_ID','date_obs','time_obs','mjd_obs','ra_obj','dec_obj','sun_dist','geo_dist','dist_ctr','phase','vmag','image_url','postcard_url','region_file')> # noqa: E501
421421
>>> matched["results"]["time_obs", "image_url"] # doctest: +IGNORE_OUTPUT
422422
<Table length=10>

0 commit comments

Comments
 (0)