Skip to content

Commit bd9f94c

Browse files
Jorge Fernandez HernandezJorge Fernandez Hernandez
authored andcommitted
GAIAPCR-1368 Include PR reference number
1 parent 8459489 commit bd9f94c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ heasarc
3030
- Add support for uploading tables when using TAP directly through ``query_tap``. [#3403]
3131
- Add automatic guessing for the data host in ``download_data``. [#3403]
3232

33+
gaia
34+
^^^^
35+
36+
- New datalink DR4 retrieval type RESIDUAL_IMAGE. [#3489]
3337

3438
esa.hubble
3539
^^^^^^^^^^

astroquery/gaia/tests/test_gaiatap.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,10 @@ def cross_match_basic_2_kwargs():
467467
"table_b_column_dec": "dec"}
468468

469469

470+
def test_number_retrieval_types():
471+
assert len(conf.VALID_DATALINK_RETRIEVAL_TYPES) == 26
472+
473+
470474
def test_show_message():
471475
print(JOB_DATA_FILE_NAME)
472476
connHandler = DummyConnHandler()
@@ -1458,7 +1462,7 @@ def update_user_table(self, table_name, list_of_changes, verbose):
14581462
assert job.get_phase() == "EXECUTING" if background else "COMPLETED"
14591463
assert job.failed is False
14601464

1461-
radius_quantity = Quantity(value=1.0/3600.0, unit=u.deg)
1465+
radius_quantity = Quantity(value=1.0 / 3600.0, unit=u.deg)
14621466
job = mock_querier_async.cross_match_basic(table_a_full_qualified_name="user_hola.tableA", table_a_column_ra="ra",
14631467
table_a_column_dec="dec", radius=radius_quantity, background=background)
14641468
assert job.async_ is True

0 commit comments

Comments
 (0)