gdsfactory / kfactory

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

clean_value_name can return None #197

Closed joamatab closed 10 months ago

joamatab commented 10 months ago

when passing an instance to a cell, clean_value_name(instance) can return None kfactory crashes with weird error

    c = gf.Component()
    a = c << gf.components.L()
    _ = c << bbox(a, top=10, left=5, right=-2)
    c.show()