Skip to content

Commit

Permalink
changes to fix the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zoghbi-a committed Apr 25, 2024
1 parent a723f97 commit 43e9fe4
Show file tree
Hide file tree
Showing 6 changed files with 456 additions and 281 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ New Tools and Services
Service fixes and enhancements
------------------------------

heasarc
^^^^^^^

- Refactor heasarc to use the VO backend. The old Heasarc class is now HeasarcBrowser [#2997]

mpc
^^^

Expand Down
2 changes: 1 addition & 1 deletion astroquery/heasarc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Conf(_config.ConfigNamespace):
timeout = _config.ConfigItem(
30,
'Time limit for connecting to HEASARC server.')

VO_URL = _config.ConfigItem(
'https://heasarc.gsfc.nasa.gov/xamin/vo',
'Base Url for VO services')
Expand Down

0 comments on commit 43e9fe4

Please sign in to comment.