Skip to content

Commit

Permalink
Satisfying codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
friederikemeier committed Mar 4, 2021
1 parent bb0cae6 commit 0e0d234
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandapower/toolbox.py
Expand Up @@ -2664,7 +2664,6 @@ def repl_to_line(net, idx, std_type, name=None, in_service=False, **kwargs):

# impedance after changing the standard type
r1 = net.line.at[idx, "r_ohm_per_km"]
p1 = 1
x1 = net.line.at[idx, "x_ohm_per_km"]
c1 = net.line.at[idx, "c_nf_per_km"]
g1 = net.line.at[idx, "g_us_per_km"]
Expand Down

0 comments on commit 0e0d234

Please sign in to comment.