Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: subgraph boundaries with copies (#440)
Here I come again. The following test shows that the current `SiblingSubgraph` implementation does not preserve function types, which is a bit ugly. The reason for this is the existence of copy nodes at the input boundary. Fixing this will probably also allow us to handle copies at the output boundary, which are currently disallowed. --------- Co-authored-by: Agustín Borgna <[email protected]> Co-authored-by: Seyon Sivarajah <[email protected]> Co-authored-by: Alec Edgington <[email protected]> Co-authored-by: Craig Roy <[email protected]>
- Loading branch information