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.
2 parents 3c216a5 + 92ba521 commit c19359bCopy full SHA for c19359b
CHANGES.rst
@@ -79,6 +79,11 @@ mpc
79
- Remove ``comettype`` parameter from ``MPC.get_observations`` without
80
deprecation: it was undocumented, ignored, and had no effect. [#3089]
81
82
+nvas
83
+^^^^
84
+
85
+- Fixed base URL to reflect upstream changes. [#3160]
86
87
linelists.cdms
88
^^^^^^^^^^^^^^
89
astroquery/nvas/__init__.py
@@ -16,7 +16,7 @@ class Conf(_config.ConfigNamespace):
16
Configuration parameters for `astroquery.nvas`.
17
"""
18
server = _config.ConfigItem(
19
- ['https://webtest.aoc.nrao.edu/cgi-bin/lsjouwer/archive-pos.pl'],
+ ['https://www.vla.nrao.edu/cgi-bin/nvas-pos.pl'],
20
'Name of the NVAS mirror to use.')
21
22
timeout = _config.ConfigItem(
0 commit comments