Skip to content

Commit 07d9b17

Browse files
committed
DualCache init verbose should be LinearVerbosity as well
1 parent 1053de8 commit 07d9b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/LinearSolveForwardDiffExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function SciMLBase.init(
128128
abstol = LinearSolve.default_tol(real(eltype(prob.b))),
129129
reltol = LinearSolve.default_tol(real(eltype(prob.b))),
130130
maxiters::Int = length(prob.b),
131-
verbose::Bool = false,
131+
verbose = LinearVerbosity(),
132132
Pl = nothing,
133133
Pr = nothing,
134134
assumptions = OperatorAssumptions(issquare(prob.A)),

0 commit comments

Comments
 (0)