Skip to content

Commit

Permalink
rm randtest
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimg committed Apr 24, 2021
1 parent 83fb265 commit 8ef08df
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions test/moitest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -512,15 +512,15 @@ end

# hitting time limit
# probably infeasible/unbounded
@testset "RANDSDP Sizes" begin
include("base_randsdp.jl")
include("moi_randsdp.jl")
for n in 10:11, m in 10:11
@testset "RANDSDP n=$n, m=$m" begin
moi_randsdp(optimizer, 123, n, m, test = true, atol = 1e-1)
end
end
end
# @testset "RANDSDP Sizes" begin
# include("base_randsdp.jl")
# include("moi_randsdp.jl")
# for n in 10:11, m in 10:11
# @testset "RANDSDP n=$n, m=$m" begin
# moi_randsdp(optimizer, 123, n, m, test = true, atol = 1e-1)
# end
# end
# end

# This problems are too large for Travis
@testset "SDPLIB Sizes" begin
Expand Down

0 comments on commit 8ef08df

Please sign in to comment.