gdsfactory / gplugins

gdsfactory plugins
https://gdsfactory.github.io/gplugins/
MIT License
35 stars 30 forks source link

new links extractor broke sax plugin #422

Closed joamatab closed 2 months ago

joamatab commented 3 months ago

new links extractor broke sax plugin

see test_mzi_lattice.py

Image

@tvt173 @flaport

tvt173 commented 3 months ago

Yes, this is expected. Sax will need to parse "links" as it does with connections. The main difference is that links is a list of lists rather than a dict. Also, it will need to add compatibility for arrayed references

joamatab commented 2 months ago

This was fixed