stanfordnqp / spins-b

Photonic optimization library
GNU General Public License v3.0
281 stars 111 forks source link

invdes hung up on exporting spins_design.gds #70

Closed anthmanni closed 2 years ago

anthmanni commented 2 years ago

Not sure if this is a gdspy thing or what, but my run plan keeps getting stuck at the last stage, reading [solver][run_plan] Exporting GDS of final design. -- but then never gets to the final "Spins finished" step.

I'm guessing it's getting stuck in the "while target_polys.size != 0" loop in gen_gds.

anthmanni commented 2 years ago

Nevermind, realized I was making my port mode height too large and this was somehow confusing the gen_gds function. Closing this issue.