-
-
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
ESA Integral Science Legacy Archive Astroquery module #3154
base: main
Are you sure you want to change the base?
ESA Integral Science Legacy Archive Astroquery module #3154
Conversation
Hello @jespinosaar! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2024-12-19 08:43:26 UTC |
Ok, the tests are not working in the CI/CD environment. It seems that, at some point, it tries to connect to the URL. I would need some support on this. Maybe I should define the tap parameter as a property, similar to what is done for other modules. What do you think, @bsipocz ? Do you recommend any other alternative? |
e9d45f3
to
8368fd6
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3154 +/- ##
==========================================
+ Coverage 67.54% 67.94% +0.39%
==========================================
Files 233 235 +2
Lines 18493 18998 +505
==========================================
+ Hits 12491 12908 +417
- Misses 6002 6090 +88 ☔ View full report in Codecov by Sentry. |
I applied the changes I commented before and it seems all checks are passing now! So we can now check if everything is ok, iterate on changes and, when possible, merge it. Please let me know your thoughts and thanks in advance for the feedback! |
Thanks @jespinosaar. I'll bump this into the new year as it's unrealistic to promise a review before we're off for a break. |
Of course, no problem! thanks @bsipocz and Merry Christmas! |
Dear Astroquery team,
This PR aims to integrate a new module for the ESA Integral Science Legacy Archive. The main difference with other modules is that this is the first integration of an ESA module using PyVO, instead of the deprecated astroquery.utils.tap module. We have developed a fully functional module that can be used as reference to migrate the rest. Please let us know your thoughts and we will iterate on this to merge it. Thanks for your support!
Would it be possible to create a release, right after this module has been merged? Thank you very much.
Kind regards,
@jespinosaar
cc @esdc-esac-esa-int