Skip to content

Commit

Permalink
Revert auto setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys committed Jan 13, 2025
1 parent 3844bdd commit 318164e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/system/general/test_20_HFSS.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,11 @@ def test_01_save(self):
assert os.path.exists(test_project)

def test_01A_check_setup(self):
setup_auto = self.aedtapp.create_setup(name="auto")
setup_auto = self.aedtapp.create_setup(name="auto", setup_type="HFSSDrivenAuto")
assert self.aedtapp.setups[0].name == "auto"
assert setup_auto.properties["Auto Solver Setting"] == "Balanced"
assert setup_auto.properties["Type"] == "Discrete"
assert setup_auto.delete()

def test_02_create_primitive(self):
coax1_len = 200
Expand Down

0 comments on commit 318164e

Please sign in to comment.