Skip to content

Commit

Permalink
update test 62 typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomha committed Sep 20, 2024
1 parent de2ccc4 commit 9a23526
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/results/results_initial_conditions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1863,7 +1863,7 @@ test61_x0_init = Dict(
],
)

test61_x0_init = Dict(
test62_x0_init = Dict(
"V_R" => [
1.02
1.0135824431277969
Expand Down
4 changes: 2 additions & 2 deletions test/test_case62_tgsimple.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Ybus_change = NetworkSwitch(
Ybus_fault,
) #New YBus

@testset "Test 13 AVR ResidualModel" begin
@testset "Test 62 TGSimple ResidualModel" begin
path = mktempdir()
try
# Define Simulation Problem
Expand Down Expand Up @@ -65,7 +65,7 @@ Ybus_change = NetworkSwitch(
end
end

@testset "Test 13 AVR MassMarixcModel" begin
@testset "Test 62 TGSimple MassMarixcModel" begin
path = mktempdir()
try
# Define Simulation Problem
Expand Down

0 comments on commit 9a23526

Please sign in to comment.