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 f5aa034 commit f607ed6Copy full SHA for f607ed6
astroquery/mast/tests/test_mast_remote.py
@@ -19,11 +19,12 @@
19
20
from ...exceptions import RemoteServiceError, NoResultsWarning
21
22
-OBSID = mast.Observations.query_object("M8", radius=".04 deg")[0]['obsid']
23
24
@pytest.mark.remote_data
25
class TestMast:
26
+ # New branch after the rebase disaster
27
+ OBSID = mast.Observations.query_object("M8", radius=".04 deg")[0]['obsid']
28
###############
29
# utils tests #
30
0 commit comments