Fix insert_vinsts and use its recursive argument#882
Fix insert_vinsts and use its recursive argument#882abdelq wants to merge 2 commits intogdsfactory:mainfrom
Conversation
|
Maybe |
|
I'm curious what's the point of the |
Sorry, maybe I misremember. But I believe if you clean up the layout object, it can have an impact, but I can't remember exactly why I added it. But it was related to having klayout segfault bc accessing an invalid index at some point |
yes that sounds good, can you add it to the PR? |
Summary
The intersection is done at the wrong spot leading to empty set. Also
recursivewas not being used.Test Plan
Tested on private repo's code.