Skip to content

Commit d548ada

Browse files
committed
fix: alg call for LSO
1 parent cdde6e1 commit d548ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/NonlinearSolveLeastSquaresOptimExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function SciMLBase.__solve(
4747
throw(ArgumentError("Unknown LeastSquaresOptim Algorithm: $(Meta.quot(alg.alg))"))
4848
end
4949

50-
allocated_prob = LSO.LeastSquaresProblemAllocated(lsoprob, lso_solver(alg))
50+
allocated_prob = LSO.LeastSquaresProblemAllocated(lsoprob, lso_solver)
5151
res = LSO.optimize!(
5252
allocated_prob;
5353
x_tol = reltol, f_tol = abstol, g_tol = abstol, iterations = maxiters,

0 commit comments

Comments
 (0)