File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/OptimizationManopt/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments