Skip to content

Commit 511100c

Browse files
committed
TST: doctest should have picked up regression
1 parent 31842df commit 511100c

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/alma/alma.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,15 +173,19 @@ Querying by other parameters
173173
As of version 0.3.4, you can also query other fields by keyword. For example,
174174
if you want to find all projects in a region with a particular PI, you could do:
175175
176-
.. doctest-remote-data::
176+
.. Fix and remove skip with https://github.com/astropy/astroquery/issues/2584
177+
.. .. doctest-remote-data::
178+
.. doctest-skip::
177179
178-
>>> rslt = Alma.query_region('W51', radius=25*u.arcmin, pi_name='*Ginsburg*')
180+
>>> Alma.query_region('W51', radius=25*u.arcmin, pi_name='*Ginsburg*')
179181
180182
or if you wanted all projects by a given PI:
181183
182-
.. doctest-remote-data::
184+
.. Fix and remove skip with https://github.com/astropy/astroquery/issues/2584
185+
.. .. doctest-remote-data::
186+
.. doctest-skip::
183187
184-
>>> rslt = Alma.query(payload=dict(pi_name='Ginsburg, Adam'))
188+
>>> Alma.query(payload=dict(pi_name='Ginsburg, Adam'))
185189
186190
The ''query_sia'' method offers another way to query ALMA using the IVOA SIA
187191
subset of keywords returning results in 'ObsCore' format. For example,

0 commit comments

Comments
 (0)