Skip to content

Commit b6895fa

Browse files
committed
remove test
1 parent 977da16 commit b6895fa

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

test/jump.jl

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -720,22 +720,6 @@ function test_conic_feasibility()
720720
return
721721
end
722722

723-
function test_psd_square_error()
724-
model = DiffOpt.conic_diff_model(SCS.Optimizer)
725-
set_silent(model)
726-
727-
@variable(model, x)
728-
@variable(model, p in Parameter(1.0))
729-
730-
@constraint(model, con, [-p*x 0; 0 x] in PSDCone())
731-
732-
@test_throws MOI.Bridges.ModifyBridgeNotAllowed optimize!(model)
733-
734-
# DiffOpt.set_forward_parameter(model, p, 1.0)
735-
# DiffOpt.forward_differentiate!(model)
736-
return
737-
end
738-
739723
end # module
740724

741725
TestJuMP.runtests()

0 commit comments

Comments
 (0)