Skip to content

Commit f937f2a

Browse files
committed
fix verbosity kwarg handling
1 parent 78400b8 commit f937f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ function __init(prob::LinearProblem, alg::SciMLLinearSolveAlgorithm,
332332
else
333333
verbose_spec = LinearVerbosity{false}()
334334
end
335-
elseif verbose isa SciMLLogging.Verbosity.Type
335+
elseif verbose isa Verbosity.VerbosityPreset
336336
verbose_spec = LinearVerbosity(verbose)
337337
else
338338
verbose_spec = verbose

0 commit comments

Comments
 (0)