We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27024f commit 96c62a3Copy full SHA for 96c62a3
_unittest/test_11_Setup.py
@@ -68,7 +68,7 @@ def test_03_non_valid_setup(self):
68
assert not setup1.enable_adaptive_setup_single(3.5)
69
self.aedtapp.solution_type = sol
70
71
- def test_03_delete_setup(self):
+ def test_04_delete_setup(self):
72
self.aedtapp.duplicate_design("delete_setups")
73
setup1 = self.aedtapp.create_setup("My_HFSS_Setup2", self.aedtapp.SETUPS.HFSSDrivenAuto)
74
assert len(self.aedtapp.setups) == 1
0 commit comments