Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tidy3d/components/base_sim/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ def _structures_not_at_edges(cls, val, values):
"use td.inf as a size variable instead to make this explicit.",
custom_loc=["structures", istruct],
)
continue

return val

Expand Down
Loading