-
-
Notifications
You must be signed in to change notification settings - Fork 401
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
Alfalfa documentation clean up #1941
Conversation
3777c30
to
8f330cf
Compare
@keflavich - please do a review if you're OK with getting rid of the iterator approach to work around the byte/str issues. |
Codecov Report
@@ Coverage Diff @@
## main #1941 +/- ##
=======================================
Coverage 62.96% 62.96%
=======================================
Files 133 133
Lines 17287 17287
=======================================
Hits 10885 10885
Misses 6402 6402
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
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.
lgtm, but let's hold off merging this for a few days while I wait for a reply on whether this service is still active at all
@keflavich - did they get back to you? |
No, no reply. I think we need to add a deprecation tag to this whole module - it looks like the server that hosted the data is down and no mirror has been made. I guess we can merge this PR but open a new issue that this module connects to a remote service that is presently unavailable. I'd like the formal confirmation that it's never coming back before we delete the module, though. |
For some reason querying spectrum
Alfalfa.get_spectrum(agc)
times out. I'm yet to figure out why so I just commented out that part of the doc for now.