Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
otvam committed Jan 7, 2025
1 parent 1b75f82 commit 76d5f43
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions examples/examples_stl/transformer_air/run_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,11 @@ def _show_matrix(matrix):
# ### definition of the parameters
# ########################################################

# list of sweeps for used for the DC impedance matrix
sweep_list_dc = [
"sim_dc",
]
# list of sweeps for the DC impedance matrix
sweep_list_dc = ["sim_dc"]

# list of sweeps for used for the AC impedance matrix
sweep_list_ac = [
"sim_ac",
]
# list of sweeps for the AC impedance matrix
sweep_list_ac = ["sim_ac"]

# definition of the terminals for the impedance matrix
terminal_list = [
Expand Down

0 comments on commit 76d5f43

Please sign in to comment.