We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8a4c3 commit 0aaaa93Copy full SHA for 0aaaa93
src/verbosity.jl
@@ -44,7 +44,7 @@ function LinearVerbosity(;
44
45
# Build arguments using NamedTuple for type stability
46
default_args = (
47
- default_lu_fallback = WarnLevel(),
+ default_lu_fallback = Silent(),
48
no_right_preconditioning = WarnLevel(),
49
using_IterativeSolvers = Silent(),
50
IterativeSolvers_iterations = Silent(),
0 commit comments