Skip to content

Commit

Permalink
CHORE: Auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
For more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 12, 2024
1 parent edfbb9f commit 352b02b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/system/general/test_27_Maxwell2D.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def test_03b_assign_initial_mesh(self):
def test_03c_assign_initial_mesh_failure_due_to_wrong_method(self):
with pytest.raises(ValueError):
self.aedtapp.mesh.assign_initial_mesh(method="dummy")

def test_04_create_winding(self):
bounds = self.aedtapp.assign_winding(assignment=["Coil"], current=20e-3)
assert bounds
Expand Down

0 comments on commit 352b02b

Please sign in to comment.