Skip to content

Commit 65f35d8

Browse files
snbiancobsipocz
authored andcommitted
changelog, docstring
1 parent 9cd4f45 commit 65f35d8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ esa.hubble
2020
- Update ``get_datalabs_path`` method so an alternative path is checked if the
2121
file is not in Datalabs yet [#3437]
2222

23+
mast
24+
^^^^
25+
26+
- Bugfix so that the ``utils.resolve_object`` function accepts integer values as object names. [#3435]
27+
28+
2329

2430
Infrastructure, Utility and Other Changes and Additions
2531
-------------------------------------------------------

astroquery/mast/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def resolve_object(objectname, *, resolver=None, resolve_all=False):
154154
155155
Parameters
156156
----------
157-
objectname : str
157+
objectname : str, int, or iterable of {str, int}
158158
Name(s) of astronomical object(s) to resolve.
159159
resolver : str, optional
160160
The resolver to use when resolving a named target into coordinates. Valid options are "SIMBAD" and "NED".

0 commit comments

Comments
 (0)