Skip to content

Commit 7c3f338

Browse files
committed
restored the previous docstring
1 parent 1ac84e2 commit 7c3f338

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tidy3d/components/validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def assert_objects_contained_in_sim_bounds(
227227
strict_inequality: bool = False,
228228
strict_for_zero_size_dim: bool = False,
229229
):
230-
"""check that each structure is completely contained within simulation bounds."""
230+
"""Makes sure all objects in field are completely inside the simulation bounds."""
231231

232232
@pydantic.validator(field_name, allow_reuse=True, always=True)
233233
@skip_if_fields_missing(["center", "size"])

0 commit comments

Comments
 (0)