Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using `GufeKeys` to further sort DAGs with `lexicographical_topological_sort`, the execution order of `ProtocolUnits` for this particular `Protocol` differed from the original implementation using `topological_sort`. This new sorting placed the guaranteed-to-fail `ProtocolUnit` later, allowing `ok` results to accumulate. This change reflects the new ordering, resulting in 26 total results instead of 5, now accounting for the 21 `SimulationUnits` that complete before `BrokenSimulationUnit` fails.
- Loading branch information