Skip to content

Commit

Permalink
Bump to OptimizationProblems 0.8 in tests (#168)
Browse files Browse the repository at this point in the history
* Bump to OptimizationProblems 0.8 in tests

* Fix type argument
  • Loading branch information
tmigot authored Jun 13, 2024
1 parent d61de96 commit 8dec25e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8dec25e

Please sign in to comment.