Skip to content

Commit

Permalink
Merge pull request #2239 from gdsfactory/add_electrical_pads_top_dc
Browse files Browse the repository at this point in the history
fix add_electrical_pads_top_dc
  • Loading branch information
joamatab committed Oct 29, 2023
2 parents 0adca6f + ec226a3 commit 07063d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gdsfactory/routing/add_electrical_pads_top_dc.py
Expand Up @@ -4,7 +4,6 @@
from functools import partial

import gdsfactory as gf
from gdsfactory.cell import cell
from gdsfactory.component import Component
from gdsfactory.components.wire import wire_straight
from gdsfactory.port import select_ports_electrical
Expand All @@ -15,7 +14,7 @@
_wire_long = partial(wire_straight, length=200.0)


@cell
@gf.cell_with_child
def add_electrical_pads_top_dc(
component: ComponentSpec = _wire_long,
spacing: Float2 = (0.0, 100.0),
Expand Down

0 comments on commit 07063d6

Please sign in to comment.