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" 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