You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x_verts: list[float] = Field(
description="The Nx1 x coordinates of the polygons vertices", min_length=3
)
y_verts: list[float] = Field(
description="The Nx1 y coordinates of the polygons vertices", min_length=3
)
The text was updated successfully, but these errors were encountered:
The docs is giving this warning
Which is coming from these lines...
https://github.com/bluesky/scanspec/blob/d5cce50b6048bc82b3540d3f64fcb7219e780418/src/scanspec/regions.py#L264C1-L271C6
The text was updated successfully, but these errors were encountered: