Skip to content

Commit

Permalink
✅ Add RootDet, GeoMean and RSOC tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Oct 25, 2018
1 parent f10b834 commit c56e30f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/MOIWrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ for T in [SCS.Direct, SCS.Indirect]
end

@testset "Continuous conic problems with $T" begin
MOIT.contconictest(MOIB.RootDet{Float64}(MOIB.LogDet{Float64}(optimizer)), config, ["rsoc", "geomean", "psds", "rootdet", "logdets"])
MOIT.contconictest(MOIB.RootDet{Float64}(MOIB.LogDet{Float64}(MOIB.GeoMean{Float64}(MOIB.RSOC{Float64}(optimizer)))),
config, ["psds", "rootdets", "logdets"])
end
end

0 comments on commit c56e30f

Please sign in to comment.