Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcapodi78 authored and maxcapodi78 committed Oct 31, 2024
1 parent 7bed831 commit e586b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/aedt/core/modules/solve_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def default_intrinsics(self):
dict
Dictionary which keys are typically Freq, Phase or Time."""
intr = {}
if self._app.design_type.contains("HFSS 3D Layout"): # pragma no cover
if "HFSS 3D Layout" in self._app.design_type: # pragma no cover
try:
intr["Freq"] = (
self._app.modeler.edb.setups[self.name]
Expand Down

0 comments on commit e586b00

Please sign in to comment.