Joaquin Matres

Results 199 comments of Joaquin Matres

I see, the issue is that we receive an email for each cancelled workflow, as if it had failed

nice, ideally we upload it to [PyPi](https://pypi.org) so we can `pip install freerouting`

I found this tutorial helpful https://www.klayout.org/klayout-pypi/ How could we have a full API documentation for the python API? SImilar to the [gdstk one](https://heitzmann.github.io/gdstk/reference_python.html#) @heitzmann

You can try using trimesh https://gdsfactory.github.io/gdsfactory/notebooks/03_layers.html#3D-rendering

one possible solution is to flatten ``` c = pd.Device('non-manhattan-connect') b = c

1e-10 looks better ![image](https://user-images.githubusercontent.com/4514346/175209110-cbf39145-5c45-4105-962f-be44bc305a6c.png) the default is 1e-9

We solved this issue in gdsfactory https://github.com/gdsfactory/gdsfactory/pull/479 now we can even work with offgrid ports

Here is the exact commit that fixed the issue in gdsfactory https://github.com/gdsfactory/gdsfactory/pull/479/commits/2dc64705cfa3f0048e2977362cea867d315fea4d we have tested it only on port facets that have the same widths and it seems to be...