gdsfactory / kfactory

gdsfactory with a klayout backend
https://gdsfactory.github.io/kfactory/
MIT License
31 stars 11 forks source link

bugfix kcell.py: dup() no longer makes duplicate instances #176

Closed gdspaul closed 1 year ago

gdspaul commented 1 year ago

KCell.dup() was adding instances of the original cell twice to the duplicate, once in init and once in dup().