[bug fix] remove incorrect passing of "no orbital parameters set" string to "readable_granule_name"#712
Merged
JessicaS11 merged 6 commits intodevelopmentfrom Nov 13, 2025
Merged
Conversation
Member
Author
|
@tsnow03 @rohaizharis Are either of you available to review this PR? |
Closed
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## development #712 +/- ##
================================================
+ Coverage 65.65% 76.51% +10.86%
================================================
Files 37 42 +5
Lines 3051 3202 +151
Branches 396 402 +6
================================================
+ Hits 2003 2450 +447
+ Misses 971 615 -356
- Partials 77 137 +60 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#704 identified a bug introduced during the transition to Harmony (#657) that caused the string "no orbital parameters set" to be passed to CMR as part of the "readable_granule_name", resulting in queries with no results returned. This mitigates that issue and adds a test for using query with the tracks parameter set.