Skip to content

DM-53212: Add TrivialQuantumGraphBuilder#554

Open
mfisherlevine wants to merge 18 commits intomainfrom
tickets/DM-53212
Open

DM-53212: Add TrivialQuantumGraphBuilder#554
mfisherlevine wants to merge 18 commits intomainfrom
tickets/DM-53212

Conversation

@mfisherlevine
Copy link
Copy Markdown
Contributor

Checklist

  • ran Jenkins
  • ran and inspected package-docs build
  • added a release note for user-visible changes to doc/changes

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 13, 2026

Codecov Report

❌ Patch coverage is 90.29536% with 23 lines in your changes missing coverage. Please review.
✅ Project coverage is 88.72%. Comparing base (ade459b) to head (0496224).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
python/lsst/pipe/base/blocking_limited_butler.py 83.82% 10 Missing and 1 partial ⚠️
python/lsst/pipe/base/single_quantum_executor.py 56.25% 3 Missing and 4 partials ⚠️
...on/lsst/pipe/base/trivial_quantum_graph_builder.py 92.18% 3 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #554      +/-   ##
==========================================
+ Coverage   88.64%   88.72%   +0.08%     
==========================================
  Files         155      159       +4     
  Lines       21824    22054     +230     
  Branches     2602     2623      +21     
==========================================
+ Hits        19345    19568     +223     
  Misses       1844     1844              
- Partials      635      642       +7     

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

@TallJimbo TallJimbo force-pushed the tickets/DM-53212 branch 3 times, most recently from 602cabe to aecd123 Compare March 18, 2026 16:16
``butler`` is `None`. If one is supplied the other must not be.
limited_butler_factory : `~collections.abc.Callable`, optional
A method that creates a `~lsst.daf.butler.LimitedButler` instance for a
given Quantum. This parameter must be defined if ``butler`` is `None`.
Copy link
Copy Markdown
Contributor

@ktlim ktlim Mar 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should ideally update this docstring too.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, and I updated the other one to mention that it's ignored if a butler is supplied too (as per this one's docstring).

@mfisherlevine mfisherlevine force-pushed the tickets/DM-53212 branch 3 times, most recently from fb19d13 to 0b97eec Compare March 23, 2026 14:26
@mfisherlevine mfisherlevine self-assigned this Apr 3, 2026
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.

3 participants