Skip to content

list_collections() output doesn't update when sia_url (or ssa_url) is changed #3479

@jaladh-singhal

Description

@jaladh-singhal
from astroquery.ipac.irsa import Irsa
Irsa.sia_url = "https://irsadev.ipac.caltech.edu/simulated/SIA"
Irsa.list_collections(servicetype="SIA")

outputs a table with 111 rows from the default SIA endpoint ("https://irsadev.ipac.caltech.edu/SIA") instead of 4 rows present at the simulated endpoint. This is problematic because Irsa.query_sia() is correctly talking to the updated sia_url so I was expecting list_collections() to behave similarly to tell me which collection id/name I can use.

This probably is a duplicate since we talked about it at some point. If so, feel free to close it and cross-link existing issue.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions