-
Notifications
You must be signed in to change notification settings - Fork 107
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
Extract constant URLs to own module #591
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## development #591 +/- ##
===============================================
- Coverage 71.02% 65.56% -5.47%
===============================================
Files 36 37 +1
Lines 3037 3043 +6
Branches 594 594
===============================================
- Hits 2157 1995 -162
- Misses 769 963 +194
+ Partials 111 85 -26 ☔ View full report in Codecov by Sentry. |
ORDER_BASE_URL: Final = f"{EGI_BASE_URL}/request" | ||
|
||
DOWNLOAD_BASE_URL: Final = "https://n5eil02u.ecs.nsidc.org/esir" |
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.
Having just been working on incorporating GEDI into icepyx, I'm noting that these urls are NSIDC specific even though the names are more generic. It's not a dealbreaker, but something we'll have to confront in the near future.
More generally, I didn't see any immediate analog in earthaccess, but moving towards directly using any urls that are easily surfaceable there is saving us work down the line.
Hey @JessicaS11 now that we've merged #547, can you give this another review to trigger integration tests? |
Looks like something isn't right :) Looking in to it! |
I'm noticing that the checks ran (successfully, and interestingly included the integration test) after the precommit auto fixes (06564c1). My approval triggered the UML auto-update (but not the integration test?), but that commit only triggered readthedocs and precommit checks. I'm guessing the status is missing because for some reason the tests weren't triggered for the head commit, but I don't quite understand why. |
I especially don't understand why the unit tests weren't triggered! |
Maybe open PRs are just going to be a bit grumpy at us until we're into ones opened after the actions were implemented? |
Weird. Maybe you're right and all will be fine from here! I opened #595 in case this continues to give us trouble. I want to avoid spending too much of our limited time getting things perfect :) |
No description provided.