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

Ned get_table doesn't work for table='references'. #141

Closed
jdnc opened this issue Jul 26, 2013 · 3 comments
Closed

Ned get_table doesn't work for table='references'. #141

jdnc opened this issue Jul 26, 2013 · 3 comments

Comments

@jdnc
Copy link
Contributor

jdnc commented Jul 26, 2013

The astroquery.Ned.get_table fails for table='references' keyword argument.
For instance:

In [1]: from astroquery.ned import Ned
In [3]: Ned.get_table("m1", table='references')
/tmp/tmpQy0_JB:37:4: ValueError: invalid literal for int() with base 10: '1.' (in row 0, col 'ref_col1')
WARNING: Error in parsing Ned result. Returning raw result instead.    [astroquery.ned.core]

The reason is that the VOTable returned by the service cannot be parsed correctly. For details see astropy/astropy#1266

@cdeil
Copy link
Member

cdeil commented Apr 28, 2014

I think this issue has been fixed?

cc @keflavich

@cdeil cdeil added this to the v0.2 milestone Apr 28, 2014
@keflavich
Copy link
Contributor

Yeah, I guess they got to it. Still, let's wait on astropy/astropy#1266 - I'd like to know if mdboom ever heard back from NED or if it just got repaired without a message being sent.

@cdeil
Copy link
Member

cdeil commented Apr 29, 2014

@mdboom commented that this was fixed by the NED guys: astropy/astropy#1266 (comment)

@cdeil cdeil closed this as completed Apr 29, 2014
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