Skip to content

Commit 0624133

Browse files
committed
fix typo
1 parent 3ab0cfe commit 0624133

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/OptimizationManopt/test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ R2 = Euclidean(2)
166166

167167
opt = OptimizationManopt.TrustRegionsOptimizer()
168168

169-
#TODO: This autodiff currently provides a Hessian that seem to not procide a Hessian
169+
#TODO: This autodiff currently provides a Hessian that seem to not provide a Hessian
170170
# TR Fails but also AD before that warns. So it passes _some_ hessian but a wrong one, even in format
171171
optprob = OptimizationFunction(rosenbrock, AutoForwardDiff())
172172
prob = OptimizationProblem(optprob, x0, p; manifold = R2)
@@ -187,4 +187,4 @@ R2 = Euclidean(2)
187187
#TODO: What is this?
188188
@test_throws SciMLBase.IncompatibleOptimizerError OptimizationBase.solve(prob_cons, opt)
189189
end
190-
end
190+
end

0 commit comments

Comments
 (0)