Skip to content

Commit 9390323

Browse files
daquinteroflexmarc-flex
authored andcommitted
Reset submodules
1 parent 6b47835 commit 9390323

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

docs/faq

tidy3d/components/tcad/data/monitor_data/abstract.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ def symmetry_expanded_copy(self) -> HeatChargeMonitorData:
6363
for field, val in self.field_components.items():
6464
new_field_components[field] = self._symmetry_expanded_copy_base(property=val)
6565

66-
if len(new_field_components) == 0:
67-
return self
68-
6966
return self.updated_copy(symmetry=(0, 0, 0), **new_field_components)
7067

7168
def _symmetry_expanded_copy_base(self, property: FieldDataset) -> FieldDataset:

0 commit comments

Comments
 (0)