Skip to content

Commit

Permalink
Merge pull request #55 from gdsfactory/update_latest_gdsfactory856
Browse files Browse the repository at this point in the history
update to latest gdsfactory 8.5.6
  • Loading branch information
joamatab authored Jul 21, 2024
2 parents f76f172 + 16189ed commit 4ae2ee4
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ tests/gds_ref_sin300/*.oas
cspdk/si220/gds/*.oas
cspdk/si500/gds/*.oas
cspdk/sin300/gds/*.oas
cspdk/si220/samples/mask.gds


tests/gds_ref/*.oas
Expand Down
2 changes: 0 additions & 2 deletions cspdk/si220/cells.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,6 @@ def coupler(
dy=dy,
dx=dx,
cross_section=cross_section,
coupler_symmetric=coupler_symmetric,
coupler_straight=coupler_straight,
)


Expand Down
2 changes: 0 additions & 2 deletions cspdk/si500/cells.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,6 @@ def coupler(
dy=dy,
dx=dx,
cross_section=cross_section,
coupler_symmetric=coupler_symmetric,
coupler_straight=coupler_straight,
)


Expand Down
2 changes: 0 additions & 2 deletions cspdk/sin300/cells.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,6 @@ def coupler(
dy=dy,
dx=dx,
cross_section=cross_section,
coupler_symmetric=coupler_symmetric,
coupler_straight=coupler_straight,
)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers = [
"Operating System :: OS Independent"
]
dependencies = [
"gdsfactory~=8.5.3",
"gdsfactory~=8.5.6",
"gplugins[sax]>=1,<2"
]
description = "CornerStone PDK"
Expand Down

0 comments on commit 4ae2ee4

Please sign in to comment.