Skip to content

Commit

Permalink
CHORE: remove pragma no cover from twinbuilder method (#5798)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmalinve authored Feb 19, 2025
1 parent 22f8f7b commit cc78e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/aedt/core/twinbuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ def add_excitation_model(
export_uniform_points=False,
export_uniform_points_step=1e-5,
excitations=None,
): # pragma: no cover
):
"""Use the excitation component to assign output quantities
This works in a Twin Builder design to a windings in a Maxwell design.
Expand Down

0 comments on commit cc78e41

Please sign in to comment.