Skip to content

Commit

Permalink
fix rebase issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomha committed Sep 18, 2024
1 parent a48d261 commit 8df6943
Showing 1 changed file with 37 additions and 7 deletions.
44 changes: 37 additions & 7 deletions test/results/results_initial_conditions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1752,7 +1752,7 @@ test58_x0_init_PowerFlag = Dict(
],
)

test60_x0_init = Dict(
test58_x0_init_GateFlag = Dict(
"V_R" => [
1.05
1.0197944718502572
Expand All @@ -1766,18 +1766,18 @@ test60_x0_init = Dict(
"generator-102-1" => [
0.7538967192769663
0.5555487379562241
0.7042452148052648
0.7246287886385532
0.7042452148052647
0.7246287886385533
0.9158416020737494
1.0
1.4986692863524897
0.044960078577949814
0.0
3.871458709170383e-12
3.871569731472846e-12
0.95
0.95
0.0
3.871569731472846e-12
0.7417441860465115
0.95
0.95
2.099999999999999
],
)
Expand Down Expand Up @@ -1806,3 +1806,33 @@ test59_x0_init = Dict(
2.153115531256307
],
)

test60_x0_init = Dict(
"V_R" => [
1.05
1.0197944718502572
0.9923907751848658
],
"V_I" => [
0.0
-0.020475233421259967
-0.1243212484458825
],
"generator-102-1" => [
0.7538967192769663
0.5555487379562241
0.7042452148052648
0.7246287886385532
0.9158416020737494
1.0
1.4986692863524897
0.044960078577949814
0.0
3.871458709170383e-12
3.871569731472846e-12
0.0
3.871569731472846e-12
0.7417441860465115
2.099999999999999
],
)

0 comments on commit 8df6943

Please sign in to comment.