-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Sibling extension panics while computing signature with non-data…
…flow nodes (#1350) The signature computation for a `SiblingSubgraph` takes the union of the nodes' extensions. This didn't contemplate non-dataflow nodes like constants, and caused a runtime panic if one was present. Most of the diff is adding a constant node in the tests. This is a fix for CQCL/tket2#507
- Loading branch information
Showing
1 changed file
with
49 additions
and
26 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