Skip to content

Commit

Permalink
refactored code for improved structure and reduced memory allocations
Browse files Browse the repository at this point in the history
  • Loading branch information
mcosovic committed Sep 30, 2024
1 parent ce518b8 commit 86ce441
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/stateEstimation/analysis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -305,10 +305,6 @@ system30 = powerSystem(string(path, "case30test.m"))
system14, device; from = key, magnitude = analysis.current.from.magnitude[idx],
angle = analysis.current.from.angle[idx], statusAngle = 1, polar = true
)
addPmu!(
system14, device; to = key, magnitude = analysis.current.to.magnitude[idx],
angle = analysis.current.to.angle[idx], statusAngle = 1, polar = true
)
addPmu!(
system14, device; from = key, magnitude = analysis.current.from.magnitude[idx],
angle = analysis.current.from.angle[idx]
Expand Down

0 comments on commit 86ce441

Please sign in to comment.