Skip to content

Commit 8e5000a

Browse files
committed
Changes, style, test fixes
Fix changelog
1 parent eebda9f commit 8e5000a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ simbad
160160
Service fixes and enhancements
161161
------------------------------
162162

163-
gaia
164-
^^^^
163+
linelists.cdms
164+
^^^^^^^^^^^^^^
165165

166166
- Update DR4 retrieval_type names and include the new one
167167
EPOCH_ASTROMETRY_BRIGHT. [#3207, #3238]

astroquery/mast/missions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from requests import HTTPError, RequestException
2020

2121
from astroquery import log
22-
from astroquery.utils import commons, async_to_sync
22+
from astroquery.utils import async_to_sync
2323
from astroquery.utils.class_or_instance import class_or_instance
2424
from astropy.utils.console import ProgressBarOrSpinner
2525
from astroquery.exceptions import InvalidQueryError, MaxResultsWarning, InputWarning, NoResultsWarning

astroquery/mast/tests/test_mast_remote.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1365,7 +1365,7 @@ def test_tesscut_get_sectors_mt(self):
13651365
assert sector_table['ccd'][0] == 1
13661366

13671367
error_noname = ("Please specify the object name or ID (as understood by the "
1368-
"`JPL ephemerides service <https://ssd.jpl.nasa.gov/horizons.cgi>`__) "
1368+
"`JPL ephemerides service <https://ssd.jpl.nasa.gov/horizons/app.html>`__) "
13691369
"of a moving target such as an asteroid or comet.")
13701370
error_nameresolve = f"Could not resolve {moving_target_name} to a sky position."
13711371
error_mt_coord = "Only one of moving_target and coordinates may be specified."
@@ -1448,7 +1448,7 @@ def test_tesscut_download_cutouts_mt(self, tmpdir):
14481448
assert os.path.isfile(row['Local Path'])
14491449

14501450
error_noname = ("Please specify the object name or ID (as understood by the "
1451-
"`JPL ephemerides service <https://ssd.jpl.nasa.gov/horizons.cgi>`__) of "
1451+
"`JPL ephemerides service <https://ssd.jpl.nasa.gov/horizons/app.html>`__) of "
14521452
"a moving target such as an asteroid or comet.")
14531453
error_nameresolve = f"Could not resolve {moving_target_name} to a sky position."
14541454
error_mt_coord = "Only one of moving_target and coordinates may be specified."
@@ -1529,7 +1529,7 @@ def test_tesscut_get_cutouts_mt(self):
15291529
assert isinstance(cutout_hdus_list[0], fits.HDUList)
15301530

15311531
error_noname = ("Please specify the object name or ID (as understood by the "
1532-
"`JPL ephemerides service <https://ssd.jpl.nasa.gov/horizons.cgi>`__) of "
1532+
"`JPL ephemerides service <https://ssd.jpl.nasa.gov/horizons/app.html>`__) of "
15331533
"a moving target such as an asteroid or comet.")
15341534
error_nameresolve = f"Could not resolve {moving_target_name} to a sky position."
15351535
error_mt_coord = "Only one of moving_target and coordinates may be specified."

0 commit comments

Comments
 (0)