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 88be2e9 commit 6749cc1Copy full SHA for 6749cc1
astroquery/alma/tests/test_alma_remote.py
@@ -55,7 +55,6 @@ def fin():
55
return my_temp_dir
56
57
def test_public(self, alma):
58
- assert alma.archive_url == 'https://almascience.eso.org'
59
results = alma.query(payload=None, public=True, maxrec=100)
60
assert len(results) == 100
61
for row in results:
0 commit comments