Skip to content

Commit

Permalink
fix PolySlab.vertices, generate schema for 2.4.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerflex committed Aug 18, 2023
1 parent 547d238 commit b2541c7
Show file tree
Hide file tree
Showing 2 changed files with 1,638 additions and 234 deletions.
2 changes: 1 addition & 1 deletion tidy3d/components/geometry/polyslab.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class PolySlab(base.Planar):
)

vertices: ArrayFloat2D = pydantic.Field(
ArrayFloat2D,
...,
title="Vertices",
description="List of (d1, d2) defining the 2 dimensional positions of the polygon "
"face vertices at the ``reference_plane``. "
Expand Down
Loading

0 comments on commit b2541c7

Please sign in to comment.