Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
mcosovic committed Nov 15, 2023
1 parent d2cff72 commit 93e33c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/powerFlow/analysis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ end

################ Modified IEEE 30-bus Test Case ################
dcModel!(system30)
analysis = dcPowerFlow(system30, ldlt)
analysis = dcPowerFlow(system30, LDLt)
solve!(system30, analysis)
power!(system30, analysis)

Expand Down

0 comments on commit 93e33c9

Please sign in to comment.