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: SDSS object IDs to use uint64 #2880

Merged
merged 2 commits into from Nov 14, 2023
Merged

Conversation

bsipocz
Copy link
Member

@bsipocz bsipocz commented Nov 14, 2023

Use uint64 instead of int64 to avoid the overflow error reported in #2879

FIxes #2879

@bsipocz bsipocz added this to the v0.4.7 milestone Nov 14, 2023
Copy link

codecov bot commented Nov 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8c15f2f) 66.52% compared to head (df76e32) 66.52%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2880   +/-   ##
=======================================
  Coverage   66.52%   66.52%           
=======================================
  Files         235      235           
  Lines       18101    18101           
=======================================
  Hits        12041    12041           
  Misses       6060     6060           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bsipocz bsipocz merged commit 56ee8f2 into astropy:main Nov 14, 2023
8 of 9 checks passed
@bsipocz bsipocz deleted the SDSS_use_uint64 branch November 14, 2023 21:28
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.

OverflowError in SDSS.query_sql
1 participant