Skip to content

Commit 537839b

Browse files
committed
add defaults
1 parent 8df754f commit 537839b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/verbosity.jl

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@ end
1111

1212
# Linear Verbosity
1313

14-
linear_defaults = Dict(
15-
:default_lu_fallback => Verbosity.Warn()
16-
:using_iterative_solvers => Verbosity.Warn()
17-
)
14+
# linear_defaults = Dict(
15+
# :default_lu_fallback => Verbosity.Warn()
16+
# :no_right_preconditioning => Verbosity.Warn()
17+
# :using_iterative_solvers => Verbosity.Warn()
18+
# :using_IterativeSolvers => Verbosity.Warn()
19+
# :IterativeSolvers_iterations => Verbosity.Warn()
20+
# :KrylovKit_verbosity => Verbosity.Warn()
21+
# )
1822
mutable struct LinearErrorControlVerbosity
1923
default_lu_fallback::Verbosity.Type
2024

0 commit comments

Comments
 (0)