Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcapodi78 committed Dec 19, 2024
1 parent 0747690 commit e6c0e39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ansys/aedt/core/modules/boundary/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ def create(self):
self._app.oboundary.AssignRadiation(self._get_args())
elif bound_type == "FE-BI":
self._app.oboundary.AssignFEBI(self._get_args())
return True
elif bound_type == "Finite Conductivity":
self._app.oboundary.AssignFiniteCond(self._get_args())
elif bound_type == "Lumped RLC":
Expand Down

0 comments on commit e6c0e39

Please sign in to comment.