Commit efda2f14e104eedfee7da50ba2d22ba9a9ae376b

Garret Rieger 2021-09-24T16:28:34

[repacker] fix bug in subgraph isolation. Prior to this fix id remapping at the end of the isolation operation was fed the old subgraph instead of the new one. Which results in object indices being remapped for the nodes outside of the new subgraph. Adds a test which detects this problem.