Skip to content

Commit f7beeab

Browse files
Update pyaedt/application/Analysis.py
Co-authored-by: Sébastien Morais <[email protected]>
1 parent f3967a0 commit f7beeab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyaedt/application/Analysis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@ def _create_setup(self, name="MySetupAuto", setup_type=None, props=None):
12621262
setup = SetupSBR(self, setup_type, name)
12631263
elif setup_type in [5, 6, 7, 8, 9, 10, 56, 58, 59]:
12641264
setup = SetupMaxwell(self, setup_type, name)
1265-
elif setup_type in [14]:
1265+
elif setup_type == 14:
12661266
setup = SetupQ3D(self, setup_type, name)
12671267
else:
12681268
setup = SetupHFSS(self, setup_type, name)

0 commit comments

Comments
 (0)