Skip to content

Commit

Permalink
Rebase to most recent public version
Browse files Browse the repository at this point in the history
  • Loading branch information
bsnyder committed Sep 13, 2022
1 parent 2a408ab commit b694d66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gdsfactory/cross_section.py
Expand Up @@ -26,7 +26,7 @@
Floats = Tuple[float, ...]
port_names_electrical = ("e1", "e2")
port_types_electrical = ("electrical", "electrical")
cladding_layers_optical = ((68, 0),) # for SiEPIC verification
cladding_layers_optical = ("DEVREC",) # for SiEPIC verification
cladding_offsets_optical = (0,) # for SiEPIC verification


Expand Down
4 changes: 2 additions & 2 deletions gdsfactory/port.py
Expand Up @@ -401,8 +401,8 @@ def port_array(
]


def read_port_markers(component: object, layers: LayerSpecs = ((1, 10),)) -> Component:
"""Loads a GDS and returns the extracted ports from layer markers.
def read_port_markers(component: object, layers: LayerSpecs = ("PORT",)) -> Component:
"""Loads a GDS and returns the extracted ports from layer markers
Args:
component: or Component
Expand Down

0 comments on commit b694d66

Please sign in to comment.