We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac84e2 commit 7c3f338Copy full SHA for 7c3f338
1 file changed
tidy3d/components/validators.py
@@ -227,7 +227,7 @@ def assert_objects_contained_in_sim_bounds(
227
strict_inequality: bool = False,
228
strict_for_zero_size_dim: bool = False,
229
):
230
- """check that each structure is completely contained within simulation bounds."""
+ """Makes sure all objects in field are completely inside the simulation bounds."""
231
232
@pydantic.validator(field_name, allow_reuse=True, always=True)
233
@skip_if_fields_missing(["center", "size"])
0 commit comments