We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e3f45 commit eef477eCopy full SHA for eef477e
1 file changed
astroquery/esasky/tests/test_esasky_remote.py
@@ -69,10 +69,10 @@ def test_esasky_query_ids_spectra(self):
69
@pytest.mark.parametrize("mission, obsid",
70
zip(["SUZAKU", "ISO-IR", "Chandra", "XMM-OM-OPTICAL",
71
"XMM", "XMM-OM-UV", "HST-IR", "Herschel",
72
- "Spitzer", "HST-UV", "HST-OPTICAL", "INTEGRAL"],
+ "Spitzer", "HST-UV", "HST-OPTICAL"],
73
["100001010", "01500403", "21171", "0852000101",
74
"0851180201", "0851180201", "n3tr01c3q", "1342247257",
75
- "30002561-25100", "hst_07553_3h_wfpc2_f160bw_pc", "ocli05leq", "88600210001"]))
+ "30002561-25100", "hst_07553_3h_wfpc2_f160bw_pc", "ocli05leq"]))
76
def test_esasky_get_images_obs_id(self, tmp_path, mission, obsid):
77
result = ESASky.get_images(observation_ids=obsid,
78
missions=mission, download_dir=tmp_path)
0 commit comments