Update segments module to handle incoming changes from gwpy DataQualityDict updates#417
Open
eagoetz wants to merge 3 commits into
Open
Update segments module to handle incoming changes from gwpy DataQualityDict updates#417eagoetz wants to merge 3 commits into
eagoetz wants to merge 3 commits into
Conversation
eagoetz
force-pushed
the
rename-url-host
branch
3 times, most recently
from
December 13, 2024 18:49
6380af5 to
332d620
Compare
Codecov Report❌ Patch coverage is
❌ Your patch check has failed because the patch coverage (75.00%) is below the target coverage (90.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #417 +/- ##
==========================================
- Coverage 49.26% 49.26% -0.00%
==========================================
Files 60 60
Lines 8806 8792 -14
==========================================
- Hits 4338 4331 -7
+ Misses 4468 4461 -7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
eagoetz
force-pushed
the
rename-url-host
branch
from
February 23, 2026 18:39
332d620 to
476b064
Compare
eagoetz
force-pushed
the
rename-url-host
branch
from
April 27, 2026 21:04
476b064 to
6747729
Compare
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.
This PR updates the
segmentsmodule to handle changes to thegwpy.DataQualityDictAPI changingurlkeyword tohost.Also some minor clean up of the code and setting new version pins.
This PR is draft pending tests