Skip to content

Commit

Permalink
test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Dec 11, 2023
1 parent f60b005 commit c940d1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/run-layout-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,4 @@ jobs:
- name: Test with pytest
run: pytest klayout_dot_config/tech

- name: run python test script
run: |
python $GITHUB_WORKSPACE/klayout_dot_config/tech/GSiP/pymacros/tests/example_circuit.py

Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ def example_circuit():
connect_pins_with_waveguide(instGC2, 'opt_wg', instY2, 'opt1', waveguide_type=waveguide_type)
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 c940d1e

Please sign in to comment.