Skip to content

Commit

Permalink
Update the tracer in the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Dec 8, 2024
1 parent 823c466 commit 6f0af35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
ADNLPModels = "0.8"
LinearOperators = "2"
NLPModels = "0.21"
NLPModels = "0.21.3"
NLPModelsModifiers = "0.7"
NLPModelsTest = "0.10"
QPSReader = "0.2"
SolverCore = "0.3"
SparseConnectivityTracer = "0.6"
SparseConnectivityTracer = "0.6.1"
SparseMatricesCOO = "0.2"
2 changes: 0 additions & 2 deletions test/test_consistency.jl
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,13 @@ for problem in NLPModelsTest.nlp_problems
Ax,
nlp.meta.lcon - cx,
nlp.meta.ucon - cx,
detector = SparseConnectivityTracer.TracerLocalSparsityDetector(),
)
else
ADNLPModel(
s -> fx + dot(gx, s) + dot(s, Hx * s) / 2,
zeros(nlp.meta.nvar),
nlp.meta.lvar - x,
nlp.meta.uvar - x,
detector = SparseConnectivityTracer.TracerLocalSparsityDetector(),
)
end
nlp_qm = QuadraticModel(nlp, x)
Expand Down

0 comments on commit 6f0af35

Please sign in to comment.