Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Mar 24, 2024
1 parent 5af193f commit 286e92c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
Binary file modified tests/ref/mzi_mzi_a1fe9d55.gds
Binary file not shown.
Binary file modified tests/ref/mzi_mzi_f5c6fc9f.gds
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions tests/test_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"add_pads",
"add_pins_bbox_siepic_remove_layers",
"import_gds",
"mzi",
}
cell_names = set(cells.keys()) - set(skip_test)
dirpath_ref = pathlib.Path(__file__).absolute().parent / "ref"
Expand Down
4 changes: 2 additions & 2 deletions tests/test_netlists/test_netlists_straight_heater_metal_.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ instances:
- o2
H:
- function: straight
module: ubcpdk.components
module: gdsfactory.components.straight
settings:
cross_section: xs_sc_heater_metal
length: 6.0
Expand All @@ -30,7 +30,7 @@ instances:
- o2
U:
- function: straight
module: ubcpdk.components
module: gdsfactory.components.straight
settings:
cross_section: xs_sc_heater_metal
length: 30.0
Expand Down

0 comments on commit 286e92c

Please sign in to comment.