We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6400d6c commit 85c28a6Copy full SHA for 85c28a6
docs/dace/dace.rst
@@ -1,5 +1,3 @@
1
-.. doctest-skip-all
2
-
3
.. _astroquery.dace:
4
5
************************
@@ -18,10 +16,11 @@ Query radial velocities
18
16
If you need to get radial velocities data for an object you can do the following and get a `~astropy.table.Table` :
19
17
20
.. code-block:: python
+.. doctest-remote-data::
21
22
>>> from astroquery.dace import Dace
23
>>> radial_velocities_table = Dace.query_radial_velocities('HD40307')
24
- >>> print(radial_velocities_table)
+ >>> print(radial_velocities_table) # doctest: +IGNORE_OUTPUT
25
26
rjd rv rv_err ins_name
27
------------------ ------------------ ------------------ --------- ...
0 commit comments