Skip to content

Commit

Permalink
remove convex for now
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon committed Oct 9, 2021
1 parent c3424cd commit 20e80cf
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ using TOML
using Tulip
TLP = Tulip

import Convex

const TvTYPES = [Float32, Float64, BigFloat]

@testset "Tulip" begin
Expand Down Expand Up @@ -49,14 +47,14 @@ end
include("Interfaces/MOI_wrapper.jl")
end

@testset "Convex Problem Depot tests" begin
for T in TvTYPES
@testset "$T" begin
Convex.ProblemDepot.run_tests(; exclude=[r"mip", r"exp", r"socp", r"sdp"], T = T) do problem
Convex.solve!(problem, () -> Tulip.Optimizer{T}())
end
end
end
end
# @testset "Convex Problem Depot tests" begin
# for T in TvTYPES
# @testset "$T" begin
# Convex.ProblemDepot.run_tests(; exclude=[r"mip", r"exp", r"socp", r"sdp"], T = T) do problem
# Convex.solve!(problem, () -> Tulip.Optimizer{T}())
# end
# end
# end
# end

end # Tulip tests

0 comments on commit 20e80cf

Please sign in to comment.