Skip to content

Commit 357778f

Browse files
committed
pass verbose to initialization
1 parent 8ed3099 commit 357778f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/initialization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ function initialize_component!(cf; verbose=true, apply_bound_transformation=true
251251
prob, boundT! = initialization_problem(cf; verbose, apply_bound_transformation)
252252

253253
if !isempty(prob.u0)
254-
sol = SciMLBase.solve(prob; kwargs...)
254+
sol = SciMLBase.solve(prob; verbose, kwargs...)
255255

256256
if sol.prob isa NonlinearLeastSquaresProblem && sol.retcode == SciMLBase.ReturnCode.Stalled
257257
# https://github.com/SciML/NonlinearSolve.jl/issues/459

0 commit comments

Comments
 (0)