Skip to content

Commit c19359b

Browse files
authored
Merge pull request #3160 from keflavich/issue3156
URL fix for issue 3156 NVAS
2 parents 3c216a5 + 92ba521 commit c19359b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ mpc
7979
- Remove ``comettype`` parameter from ``MPC.get_observations`` without
8080
deprecation: it was undocumented, ignored, and had no effect. [#3089]
8181

82+
nvas
83+
^^^^
84+
85+
- Fixed base URL to reflect upstream changes. [#3160]
86+
8287
linelists.cdms
8388
^^^^^^^^^^^^^^
8489

astroquery/nvas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Conf(_config.ConfigNamespace):
1616
Configuration parameters for `astroquery.nvas`.
1717
"""
1818
server = _config.ConfigItem(
19-
['https://webtest.aoc.nrao.edu/cgi-bin/lsjouwer/archive-pos.pl'],
19+
['https://www.vla.nrao.edu/cgi-bin/nvas-pos.pl'],
2020
'Name of the NVAS mirror to use.')
2121

2222
timeout = _config.ConfigItem(

0 commit comments

Comments
 (0)