From ae91cdfa3bc20b868ad71fe10d9fb4ef5516ae9f Mon Sep 17 00:00:00 2001 From: Tangi Migot Date: Tue, 11 Jun 2024 23:34:42 +0200 Subject: [PATCH 1/2] Bump to OptimizationProblems 0.8 in tests --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index f513e3d..0d76707 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -44,7 +44,7 @@ NLPModelsJuMP = "0.11, 0.12" NLPModelsKnitro = "0.7, 0.8, 0.9" NLPModelsModifiers = "0.6.2, 0.7" NLSProblems = "0.5" -OptimizationProblems = "0.7.0 - 0.7.3" +OptimizationProblems = "0.8" Percival = "0.6, 0.7" QuadraticModels = "0.9.2" RipQP = "0.5, 0.6" From 5c8ac108a571d670c6835d4928f6f602fe0ddca1 Mon Sep 17 00:00:00 2001 From: tmigot Date: Thu, 13 Jun 2024 13:53:28 +0200 Subject: [PATCH 2/2] Fix type argument --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 538aa66..c5926b4 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -85,7 +85,7 @@ end include("qp_tests.jl") @testset "Test `Float32`" begin - nlp = OptimizationProblems.ADNLPProblems.genrose(type = Val(Float32)) + nlp = OptimizationProblems.ADNLPProblems.genrose(type = Float32) atol, rtol = √eps(Float32), √eps(Float32) for solver in eachrow(JSOSuite.select_optimizers(nlp)) if solver.nonlinear_obj