-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #463 from lsst/tickets/DM-47730
DM-47730: add "success caveats" system to report on NoWorkFound and similar cases
- Loading branch information
Showing
5 changed files
with
350 additions
and
21 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Add the `QuantumSuccessCaveats` flag enum, which can be used to report on `NoWorkFound` and other qualified successes in execution. | ||
|
||
This adds the flag enum itself and functionality in `QuantumProvenanceGraph` (which backs `pipetask report --force-v2`) to include it in reports. | ||
It relies on additional changes in `lsst.ctrl.mpexec.SingleQuantumExecutor` to write the caveat flags into task metadata. |
This file contains 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
This file contains 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
Oops, something went wrong.