Skip to content

Commit

Permalink
Update test_example_circuit.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Dec 11, 2023
1 parent c940d1e commit 338c493
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ def example_circuit():
connect_pins_with_waveguide(instY1, 'opt2', instY2, 'opt3', waveguide_type=waveguide_type)
connect_pins_with_waveguide(instY1, 'opt3', instY2, 'opt2', waveguide_type=waveguide_type,turtle_B=[25,-90])

# error
instY2.transform(Trans(20000,0))

# Zoom out
zoom_out(cell)

Expand Down

0 comments on commit 338c493

Please sign in to comment.