Skip to content

Commit cd171a8

Browse files
authored
Merge pull request #184 from mdmaas/experiment/massive-pr-attempt
merge IIC-JKU new passive rf components
2 parents 37b8b31 + ac813e2 commit cd171a8

29 files changed

Lines changed: 2465 additions & 3 deletions

.github/workflows/sample-projects.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ on:
33
workflow_dispatch:
44
push:
55
branches: [main]
6-
paths: ['*--sample-projects/**']
76
pull_request:
8-
paths: ['*--sample-projects/**']
97

108
jobs:
119
test-sample-projects:

ihp-gdsfactory--sample-projects/ihp--public--project/ihp/cells/waveguides.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def bend_euler(
3232
p: float = 0.5,
3333
width: float | None = None,
3434
cross_section: CrossSectionSpec = "strip",
35-
allow_min_radius_violation: bool = False,
35+
allow_min_radius_violation: bool = True,
3636
) -> gf.Component:
3737
"""Regular degree euler bend.
3838

ihp/cells/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
from .inductors import *
1010
from .passives import *
1111
from .resistors import *
12+
from .rf_devices import *
1213
from .rf_transistors import *
1314
from .text import *
1415
from .via_stacks import *

0 commit comments

Comments
 (0)