DM-55542: Ensure that local butler has same universe as source butler#572
Open
timj wants to merge 3 commits into
Open
DM-55542: Ensure that local butler has same universe as source butler#572timj wants to merge 3 commits into
timj wants to merge 3 commits into
Conversation
Mismatches cause problems with dataset type registration and dimension record transfers.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #572 +/- ##
==========================================
- Coverage 88.85% 88.83% -0.02%
==========================================
Files 161 161
Lines 22448 22482 +34
Branches 2673 2673
==========================================
+ Hits 19947 19973 +26
- Misses 1861 1865 +4
- Partials 640 644 +4 ☔ View full report in Codecov by Harness. |
PipelineGraph.register_dataset_types now rebuilds each dataset type in the target butler's dimension universe when the graph was resolved against a different but compatible universe (matching the behavior of Butler.transfer_from). This allows a quantum graph built against one universe version to be executed with a local butler created with another, so long as the dimension groups conform identically. Uses daf_butler conform_to API for dataset type registration Co-Authored-By: Claude Fable 5 <[email protected]>
3 tasks
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.
Mismatches cause problems with dataset type registration and dimension record transfers.
Requires lsst/daf_butler#1397
Checklist
package-docs builddoc/changes