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 8b98cdc commit cb33743Copy full SHA for cb33743
astroquery/esasky/tests/test_esasky_remote.py
@@ -228,7 +228,7 @@ def test_esasky_get_spectra(self):
228
missions = ESASkyClass.list_spectra()
229
# HST-IR has no data, LAMOST does not support download
230
missions = [mission for mission in missions if mission not in ("HST-IR", "LAMOST")]
231
- ESASkyClass.get_spectra("M1", missions=missions, download_dir=download_directory)
+ ESASkyClass.get_spectra(position="M1", missions=missions, download_dir=download_directory)
232
233
for mission in missions:
234
file_path = os.path.join(download_directory, mission)
0 commit comments