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

Astropy votable framework gives several warnings when loading filter data from cache #43

Open
jaladh-singhal opened this issue Oct 8, 2019 · 0 comments
Labels
hacktoberfest https://hacktoberfest.digitalocean.com

Comments

@jaladh-singhal
Copy link
Member

When loading filter data from cache by using functions like load_filter_index(), loads of warnings W06: Invalid UCD ‘x’: explanation occurs.

The cause is already identified: When filter data is downloaded as cache using download_filter_data(), W42: No XML namespace specified occurs, indicating that astropy votable framework is unable to identify version of SVO votable format (i.e. v1.1) - strange?! Thus when cache_as_votable() saves the table in cache as votable, the default v1.2 gets used by astropy. Thus ucd checking occurs while parsing it and hence several W06 occurs when loading the data.

It needs to be identified that what makes astropy votable framework unable to identify version of SVO votable format. And then take necessary steps to resolve it.

@jaladh-singhal jaladh-singhal added the hacktoberfest https://hacktoberfest.digitalocean.com label Oct 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest https://hacktoberfest.digitalocean.com
Projects
None yet
Development

No branches or pull requests

1 participant