Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Bolgaryn committed Dec 17, 2024
1 parent e6a0364 commit da200a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/newton_ac_powerflow.jl
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,6 @@ function _newton_powerflow(
tol = get(nlsolve_kwargs, :tol, DEFAULT_NR_TOL)
i = 0

pf = PolarPowerFlow(data)

# Find indices for each bus type
ref = findall(x -> x == PowerSystems.ACBusTypesModule.ACBusTypes.REF, data.bus_type)
pv = findall(x -> x == PowerSystems.ACBusTypesModule.ACBusTypes.PV, data.bus_type)
Expand Down

0 comments on commit da200a1

Please sign in to comment.