-
-
Notifications
You must be signed in to change notification settings - Fork 424
fixing string formatting typos in download_hsc_spectra() #2183
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2183 +/- ##
=======================================
Coverage 66.10% 66.10%
=======================================
Files 418 418
Lines 28167 28167
=======================================
Hits 18619 18619
Misses 9548 9548
Continue to review full report at Codecov.
|
bsipocz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good spotting of the bug, thanks. One minor comment before we merge.
|
I'll be rebasing later today when I'm more awake. Will ping when checks pass |
|
For some reason I get this error when trying to put the f-string in directly on that line: So I'll just call it |
Co-authored-by: Eero Vaher <[email protected]>
bfe1491 to
03c8f72
Compare
|
I've squashed the commits as having 5 commits for 3/4 line changes was superfluous (https://docs.astropy.org/en/latest/development/workflow/development_workflow.html#how-to-squash) |
|
Thanks both! |
|
Hi @bsipocz , when someone I'm wondering if it has something to do with the version of astroquery in |
|
It's not yet on pypi. |
Closes #2182