Skip to content
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

tickets/DM-37655: Add convienence interfaces to Pipeline class #301

Merged
merged 7 commits into from Jan 26, 2023

Conversation

natelust
Copy link
Contributor

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

@codecov
Copy link

codecov bot commented Jan 24, 2023

Codecov Report

Base: 80.74% // Head: 80.83% // Increases project coverage by +0.09% 🎉

Coverage data is based on head (6856567) compared to base (be262eb).
Patch coverage: 93.10% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #301      +/-   ##
==========================================
+ Coverage   80.74%   80.83%   +0.09%     
==========================================
  Files          58       58              
  Lines        6352     6408      +56     
  Branches     1169     1182      +13     
==========================================
+ Hits         5129     5180      +51     
- Misses        984      986       +2     
- Partials      239      242       +3     
Impacted Files Coverage Δ
python/lsst/pipe/base/pipeline.py 62.89% <81.81%> (+1.22%) ⬆️
python/lsst/pipe/base/pipelineIR.py 86.27% <100.00%> (+0.03%) ⬆️
tests/test_pipeline.py 96.77% <100.00%> (+1.77%) ⬆️
python/lsst/pipe/base/graph/graph.py 81.62% <0.00%> (-0.53%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@leeskelvin
Copy link
Contributor

Thanks @natelust, a few minor comments which I hope are helpful.

@natelust natelust merged commit 269f7bd into main Jan 26, 2023
@natelust natelust deleted the tickets/DM-37655 branch January 26, 2023 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants