-
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.
Add flag for what to do with failed log datasets
- Loading branch information
Showing
2 changed files
with
46 additions
and
14 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 |
---|---|---|
@@ -1,3 +1,11 @@ | ||
Create a QuantumProvenanceGraph, which details the status of every quantum | ||
and dataset over multiple attempts at executing graphs, noting when quanta | ||
have been recovered. | ||
|
||
Step through all the quantum graphs associated with certain tasks or | ||
processing steps. For each graph/attempt, the status of each quantum and | ||
dataset is recorded in `QuantumProvenanceGraph.add_new_graph` and outcomes | ||
of quanta over multiple runs are resolved in | ||
`QuantumProvenanceGraph.resolve_duplicates`. At the end of this process, | ||
we can combine all attempts into a summary. This serves to answer the | ||
question "What happened to this data ID?" in a wholistic sense. |
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