We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2156b42 commit 5b2f7acCopy full SHA for 5b2f7ac
tidy3d/components/mode.py
@@ -77,7 +77,7 @@ class ModeSpec(Tidy3dBaseModel):
77
"single precision, but more accurate under double precision.",
78
)
79
80
- bend_radius: float = pd.Field(
+ bend_radius: pd.PositiveFloat = pd.Field(
81
None,
82
title="Bend radius",
83
description="A curvature radius for simulation of waveguide bends. Can be negative, in "
0 commit comments