Skip to content

Commit

Permalink
Allow z_padding to be negative
Browse files Browse the repository at this point in the history
  • Loading branch information
yaugenst committed Oct 13, 2023
1 parent ff1d48c commit beea040
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 @@ -19,7 +19,7 @@ class Tidy3DComponent(LayeredComponentBase):
port_offset: float = 0.2
pad_xy_inner: NonNegativeFloat = 1.0
pad_xy_outer: NonNegativeFloat = 3.0
pad_z_inner: NonNegativeFloat = 1.0
pad_z_inner: float = 1.0
pad_z_outer: NonNegativeFloat = 3.0

@cached_property
Expand Down

0 comments on commit beea040

Please sign in to comment.