Sebastian Goeldi

Results 40 comments of Sebastian Goeldi

It's not straight forward to just swap phidl & gdspy for klayout. You have some fundamental differences in the design approach: 1. In klayout cells are always coupled to a...

Hi @thomaslima . I don't have an example directly at hand. I will try to get a minimal working example running when I get back from vacation ;). But I...

You are using a klayout version that is almost 1.5 years old. I would highly suggest to update klayout to the latest version (0.28.10). As it is package manager related,...

You have to be very careful with the declaration of the type of the decorator. Especially if you want it to be usable both with and without kwargs (as a...

@95-martin-orion kfactory already uses mypy and passes every test for it. I think klayout doesn't ideally export it everywhere (or the classes in kfactory are too complex to resolve in...

I think generally this is fine. Maybe I can explain why kfactory is doing this. If your info (and to some degree settings) are kayout serializable types (mainly shapes, this...

KFactory can now read any dict/tuple/list if they contain built-ins (int/float/bool/None) or KLayout shapes (and theoretically other serializable objects. I would still caution against storing test manifest or similar in...

The problem here is that you just specify **kwargs as an argument but then use specific keyword arguments. If you want the full arguments, you need to write all the...

@joamatab can we convert this to the https://github.com/orgs/gdsfactory/projects/6/views/1 ?

I just tried (with a scaling of 1E3, not 1E6 since it seems I didn't find the swap for compiling the python module for 64bit coords). It seems to (mostly)...