gdsfactory / kfactory

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

support cell list args #446

Closed joamatab closed 3 months ago

joamatab commented 3 months ago

when migrating code i get a lot of

TypeError: unhashable type: 'list'
sebastian-goeldi commented 3 months ago

And your proposed solution is?

I don't really know how to properly deal with it. If you just cast to tuple, you do something very intransparent.

sebastian-goeldi commented 3 months ago

Added in the following PR with UserList

https://github.com/gdsfactory/kfactory/pull/439

@joamatab