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

DM-41117: Use Registry caching context in QG builder #385

Merged
merged 1 commit into from Nov 14, 2023

Conversation

andy-slac
Copy link
Contributor

Registry does not cache collections by default but defines a context that explicitly enables caching. Use caching context in QG builder to reduce number of repeated queries.

Checklist

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

Registry does not cache collections by default but defines a context
that explicitly enables caching. Use caching context in QG builder to
reduce number of repeated queries.
Copy link

codecov bot commented Nov 13, 2023

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (58cb176) 82.43% compared to head (d3265ed) 82.43%.

❗ Current head d3265ed differs from pull request most recent head 1701dfa. Consider uploading reports for the commit 1701dfa to get more accurate results

Files Patch % Lines
python/lsst/pipe/base/quantum_graph_builder.py 88.00% 1 Missing and 2 partials ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #385   +/-   ##
=======================================
  Coverage   82.43%   82.43%           
=======================================
  Files          92       92           
  Lines       10356    10358    +2     
  Branches     1953     1955    +2     
=======================================
+ Hits         8537     8539    +2     
  Misses       1476     1476           
  Partials      343      343           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@andy-slac andy-slac merged commit b64b5b1 into main Nov 14, 2023
21 of 24 checks passed
@andy-slac andy-slac deleted the tickets/DM-41117 branch November 14, 2023 22:53
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

2 participants