Skip to content

Commit

Permalink
formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
alefcastelli committed Sep 21, 2023
1 parent 2355d9e commit 9e71bb1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion test/test_BA_ABA_matrix.jl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ end
# test if error is correctly thrown when ref bus is called
rb = collect(ba.ref_bus_positions)[1]
@test_throws ErrorException aba[rb, :]

end

@testset "Test show for A, BA and ABA matrix" begin
Expand Down
1 change: 0 additions & 1 deletion test/test_ptdf.jl
Original file line number Diff line number Diff line change
Expand Up @@ -239,5 +239,4 @@ end
slack_array = dist_slack / sum(dist_slack)

@test_throws ErrorException ptdf_2 = PTDF(sys5; dist_slack = slack_array)

end
1 change: 0 additions & 1 deletion test/test_virtual_ptdf.jl
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ end
test_val2 = false
ptdf_2 = VirtualPTDF(sys5; dist_slack = slack_array)
@test_throws ErrorException ptdf_2[1, 1]

end

@testset "Test Virtual PTDF auxiliary functions" begin
Expand Down

0 comments on commit 9e71bb1

Please sign in to comment.