Skip to content

Commit

Permalink
Speedup BinaryTreeNode
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcapodi78 committed Dec 19, 2024
1 parent 5eaea71 commit 2a6bef1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ansys/aedt/core/hfss.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ def field_setups(self):
List of :class:`ansys.aedt.core.modules.boundary.hfss_boundary.FarFieldSetup` and
:class:`ansys.aedt.core.modules.hfss_boundary.NearFieldSetup`
"""
self._field_setups = []

Check warning on line 254 in src/ansys/aedt/core/hfss.py

View check run for this annotation

Codecov / codecov/patch

src/ansys/aedt/core/hfss.py#L254

Added line #L254 was not covered by tests
for field in self.field_setup_names:
obj_field = self.odesign.GetChildObject("Radiation").GetChildObject(field)
type_field = obj_field.GetPropValue("Type")
Expand Down

0 comments on commit 2a6bef1

Please sign in to comment.