Skip to content

Commit 2a1f84c

Browse files
Forward manifold kwarg
1 parent 717c5db commit 2a1f84c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OptimizationBase"
22
uuid = "bca83a33-5cc9-4baa-983d-23429ab6bcbb"
33
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
4-
version = "1.3.0"
4+
version = "1.3.1"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

src/cache.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ function OptimizationCache(prob::SciMLBase.OptimizationProblem, opt, data = DEFA
126126
return OptimizationCache(f, reinit_cache, prob.lb, prob.ub, prob.lcons,
127127
prob.ucons, prob.sense,
128128
opt, data, progress, callback,
129-
merge((; maxiters, maxtime, abstol, reltol),
129+
merge((; maxiters, maxtime, abstol, reltol, manifold),
130130
NamedTuple(kwargs)))
131131
end
132132

0 commit comments

Comments
 (0)