Skip to content

Commit

Permalink
Merge pull request #3160 from keflavich/issue3156
Browse files Browse the repository at this point in the history
URL fix for issue 3156 NVAS
  • Loading branch information
bsipocz authored Dec 19, 2024
2 parents 3c216a5 + 92ba521 commit c19359b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ mpc
- Remove ``comettype`` parameter from ``MPC.get_observations`` without
deprecation: it was undocumented, ignored, and had no effect. [#3089]

nvas
^^^^

- Fixed base URL to reflect upstream changes. [#3160]

linelists.cdms
^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion astroquery/nvas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Conf(_config.ConfigNamespace):
Configuration parameters for `astroquery.nvas`.
"""
server = _config.ConfigItem(
['https://webtest.aoc.nrao.edu/cgi-bin/lsjouwer/archive-pos.pl'],
['https://www.vla.nrao.edu/cgi-bin/nvas-pos.pl'],
'Name of the NVAS mirror to use.')

timeout = _config.ConfigItem(
Expand Down

0 comments on commit c19359b

Please sign in to comment.