Skip to content

Commit

Permalink
Update test_waveguide_sliver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Jul 8, 2024
1 parent 5c4258c commit 1fcc948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/tests/test_waveguide_sliver.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_sliver():
polygon = [p for p in wg1.cell.shapes(ly.layer(ly.TECHNOLOGY['Si'])).each()][0].polygon
for p in [r for r in polygon.to_simple_polygon().each_point()]:
if p.x < 0:
print(' Polygon error: %s' %p)
raise Exception(' Polygon error: %s' %p)


# Save
Expand Down

0 comments on commit 1fcc948

Please sign in to comment.