Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
NLaws committed Jul 30, 2023
1 parent 1e948b0 commit 89c5c6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Random.seed!(42)
# using LinDistFlow
# Pkg.activate(".")

@testset "LinDistFlow" begin


@testset "single phase 38-nodes 3 time steps" begin
T = 3
Expand Down Expand Up @@ -301,3 +303,5 @@ end
optimize!(m)
@test termination_status(m) == MOI.INFEASIBLE
end

end # all package tests

0 comments on commit 89c5c6a

Please sign in to comment.