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 3a761a0 commit 867875dCopy full SHA for 867875d
astroquery/alma/tests/test_alma_remote.py
@@ -25,7 +25,8 @@ class TestAlma:
25
26
def setup_class(cls):
27
# new test server
28
- Alma.archive_url = "https://2016-03.asa-test.alma.cl/aq/"
+ # this server seems not to serve a help page?
29
+ # Alma.archive_url = "https://2016-03.asa-test.alma.cl/aq/"
30
# starting somewhere between Nov 2015 and Jan 2016, the beta server
31
# stopped serving the actual data, making all staging attempts break
32
#Alma.archive_url = 'http://beta.cadc-ccda.hia-iha.nrc-cnrc.gc.ca'
0 commit comments