Skip to content

Commit 74951e8

Browse files
keflavichbsipocz
authored andcommitted
remove some print(len()) statements
1 parent f652921 commit 74951e8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/alma/alma.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ You can query by object name or by circular region:
126126
.. doctest-remote-data::
127127
>>> from astroquery.alma import Alma
128128
>>> m83_data = Alma.query_object('M83')
129-
>>> print(len(m83_data))
130-
352
131129
>>> m83_data.colnames
132130
['access_url', 'access_format', 'proposal_id', 'data_rights', 'gal_longitude',
133131
'gal_latitude', 'obs_publisher_did', 'obs_collection', 'facility_name',
@@ -152,8 +150,6 @@ Region queries are just like any other in astroquery:
152150
>>> galactic_center = coordinates.SkyCoord(0*u.deg, 0*u.deg,
153151
... frame='galactic')
154152
>>> gc_data = Alma.query_region(galactic_center, 1*u.deg)
155-
>>> print(len(gc_data))
156-
1558
157153
158154
Querying by other parameters
159155
============================

0 commit comments

Comments
 (0)