Skip to content

Commit 0aaaa93

Browse files
committed
LU fallback should be detailed and above
1 parent be8a4c3 commit 0aaaa93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/verbosity.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function LinearVerbosity(;
4444

4545
# Build arguments using NamedTuple for type stability
4646
default_args = (
47-
default_lu_fallback = WarnLevel(),
47+
default_lu_fallback = Silent(),
4848
no_right_preconditioning = WarnLevel(),
4949
using_IterativeSolvers = Silent(),
5050
IterativeSolvers_iterations = Silent(),

0 commit comments

Comments
 (0)