Skip to content

Commit 24d65f2

Browse files
committed
fix prob typo
1 parent decd10a commit 24d65f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OptimizationBase/src/solve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ function solve_call(_prob, alg, args...; merge_callbacks = true, kwargshandle =
261261
if _prob.u0 !== nothing && !isconcretetype(eltype(_prob.u0))
262262
throw(SciMLBase.NonConcreteEltypeError(eltype(_prob.u0)))
263263
end
264-
_check_opt_alg(prob, alg; kwargs...)
264+
_check_opt_alg(_prob, alg; kwargs...)
265265
__solve(_prob, alg, args...; kwargs...)
266266
end
267267
end

0 commit comments

Comments
 (0)