Skip to content

Commit

Permalink
Do not place all ports at sim center but instead derive from actual p…
Browse files Browse the repository at this point in the history
…ort centers
  • Loading branch information
yaugenst committed Dec 1, 2023
1 parent 8b6968b commit fe0fd55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gplugins/tidy3d/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def get_component_modeler(
shutoff=shutoff,
)

ports = self.get_ports(mode_spec, port_size_mult, cz)
ports = self.get_ports(mode_spec, port_size_mult)

modeler = ComponentModeler(
simulation=sim,
Expand Down

0 comments on commit fe0fd55

Please sign in to comment.