Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vizier query_constraints returns "Empty TableList" #1326

Closed
hippke opened this issue Jan 6, 2019 · 3 comments
Closed

Vizier query_constraints returns "Empty TableList" #1326

hippke opened this issue Jan 6, 2019 · 3 comments

Comments

@hippke
Copy link

hippke commented Jan 6, 2019

I try to pull a table from Vizier with some constraints, but get an "Empty TableList" result:
from astroquery.vizier import Vizier
result = Vizier(columns=["*"], catalog="IV/34/epic").query_constraints(ID="247887989")
print(result)

@keflavich
Copy link
Contributor

This is a bug. As a workaround, do:

result = Vizier(columns=["*"]).query_constraints(ID="247887989", catalog="IV/34/epic")

but I'll have a fix out shortly.

@hippke
Copy link
Author

hippke commented Jan 8, 2019

Thanks! Workaround works for me.

@bsipocz
Copy link
Member

bsipocz commented Jan 25, 2019

Fixed by #1328

@bsipocz bsipocz closed this as completed Jan 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants