From 2bf0e894aecd232cfa0f2e419b5ff1033d87758c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Wed, 18 Mar 2026 16:44:00 +0100 Subject: [PATCH] Remove hardcoded opt --- test/Tests/test_MOI_wrapper.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Tests/test_MOI_wrapper.jl b/test/Tests/test_MOI_wrapper.jl index b4491d7..ed6aae4 100644 --- a/test/Tests/test_MOI_wrapper.jl +++ b/test/Tests/test_MOI_wrapper.jl @@ -35,7 +35,6 @@ end for opt in dual_conic_optimizer - opt = dual_conic_optimizer[1] conic_config = MOI.Test.Config(atol = 1e-4, rtol = 1e-4) conic_cache = MOI.Utilities.UniversalFallback(MOI.Utilities.Model{Float64}())