Skip to content
Snippets Groups Projects
Commit 04c0405d authored by Julian Stürmer's avatar Julian Stürmer
Browse files

Fix AC power flow test

parent 245c6aed
No related branches found
No related tags found
No related merge requests found
...@@ -69,19 +69,4 @@ for (i, br) in enumerate(eachrow(BranchData)) ...@@ -69,19 +69,4 @@ for (i, br) in enumerate(eachrow(BranchData))
end end
end end
@test isapprox(PM_bl, PWS_bl, atol=.0001) @test isapprox(PM_bl, PWS_bl, atol=.0001)
\ No newline at end of file
# PM_bl
# PWS_bl
# diff = PM_bl - PWS_bl
# minimum(diff)
# findall(i -> isnan(i) == true, diff)
# ndd_ac["branch"]["57"]
# diff[57]
# PWS_bl[57]
# PM_bl[57]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment