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

[BUG] update column name parsing to fix KeyError in JplHorizons #2202

Merged
merged 3 commits into from
Nov 16, 2021

Conversation

bsipocz
Copy link
Member

@bsipocz bsipocz commented Nov 12, 2021

This should fix all the currently failing remote tests.

This should fix #2169, @mkelley - please check that indeed all the cited upstream changes has been addressed if necessary in the module with your previous PR.

@bsipocz bsipocz added this to the v0.4.4 milestone Nov 12, 2021
@bsipocz bsipocz requested a review from mkelley November 12, 2021 05:20
@codecov
Copy link

codecov bot commented Nov 12, 2021

Codecov Report

Merging #2202 (e253161) into main (bc722c9) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2202   +/-   ##
=======================================
  Coverage   66.11%   66.11%           
=======================================
  Files         418      418           
  Lines       28180    28180           
=======================================
  Hits        18631    18631           
  Misses       9549     9549           
Impacted Files Coverage Δ
astroquery/jplhorizons/__init__.py 100.00% <ø> (ø)
...query/jplhorizons/tests/test_jplhorizons_remote.py 18.75% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bc722c9...e253161. Read the comment docs.

@bsipocz bsipocz mentioned this pull request Nov 12, 2021
28 tasks
@bsipocz
Copy link
Member Author

bsipocz commented Nov 16, 2021

I'm going ahead and merge this for the sake of the new release. If there is anything wrong/suboptimal with the PR, please do open a follow-up one.

@bsipocz bsipocz merged commit b00766d into astropy:main Nov 16, 2021
@mkelley
Copy link
Contributor

mkelley commented Nov 18, 2021

@bsipocz Oh, sorry to miss this! (but it looks fine anyway)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to columns and number of digits in JPL Horizons
2 participants