Closed joamatab closed 3 months ago
when migrating code i get a lot of
TypeError: unhashable type: 'list'
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.
Added in the following PR with UserList
UserList
https://github.com/gdsfactory/kfactory/pull/439
@joamatab
when migrating code i get a lot of