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 f1a7888 commit ad0dc27Copy full SHA for ad0dc27
astroquery/esa/hubble/core.py
@@ -299,7 +299,7 @@ def _select_related_members(self, observation_id):
299
def _select_related_composite(self, observation_id):
300
query = f"select observation_id from ehst.observation where members like '%{observation_id}%'"
301
job = self.query_tap(query=query)
302
- oids = job["observation_id"]
+ oids = job["observation_id"].tolist()
303
return oids
304
305
def __validate_product_type(self, product_type):
0 commit comments