Skip to content

Issues with new astroquery version #57

@wbalmer

Description

@wbalmer

Getting a few issues which I think are related to the new astroquery version >0.4.7.

First the ID column from Simbad.query_objectids was made lowercase, so Simbad.query_objectids(self.target_name)['ID'] returns a KeyError: 'ID' on initialization at line 321. Same for RA and DEC.

I also, upon fixing these errors, get a keyerror because the gaia async queries return empty tables on this version. If i explicitly set the requirement astroquery<=0.4.7 neither type of issue occurs.

For now I will be making this requirement explicit in the requirements.txt fa37027 but I'll need to look into a better fix.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions