Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jul 4, 2023
1 parent 86febe4 commit 50c8690
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions examples/mixed_capacity.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,16 @@
Iapp = 10

# Generate the netlist and output variables
netlist = lp.setup_circuit(Np=Np,
Ns=Ns,
Rb=1.5e-3,
Rc=1e-2,
Ri=5e-2,
V=4.0,
I=Iapp,
configuration="series-groups")
netlist = lp.setup_circuit(
Np=Np,
Ns=Ns,
Rb=1.5e-3,
Rc=1e-2,
Ri=5e-2,
V=4.0,
I=Iapp,
configuration="series-groups",
)

lp.draw_circuit(netlist)

Expand Down

0 comments on commit 50c8690

Please sign in to comment.