MAST: get_product_urls for Observations - #3639
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3639 +/- ##
==========================================
+ Coverage 73.24% 73.27% +0.03%
==========================================
Files 230 230
Lines 21299 21327 +28
==========================================
+ Hits 15601 15628 +27
- Misses 5698 5699 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Hey Celia! This looks great (I've already reviewed this PR on a different branch in my repository). To get the two failing checks to pass, you need to add an entry to the For the docs build, you can find the warning on line 748 of the output. I think in this case, you need to add a second layer of backticks to the text it's highlighting in the function docstring. |
Adds a MAST Observation method (
get_product_urls) that returns a list of URLs for products without downloading them. This addresses #2850. These changes have been reviewed/guided by @snbianco, and I am looking forward to feedback!