Skip to content

Commit 7d5ce68

Browse files
committed
warn on Bool
1 parent 5036f74 commit 7d5ce68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ function __init(prob::LinearProblem, alg::SciMLLinearSolveAlgorithm,
325325
end
326326

327327
if verbose isa Bool
328-
#@warn "Using `true` or `false` for `verbose` is being deprecated. Please use a `LinearVerbosity` type to specify verbosity settings.
329-
# For details see the verbosity section of the common solver options documentation page."
328+
@warn "Using `true` or `false` for `verbose` is being deprecated. Please use a `LinearVerbosity` type to specify verbosity settings.
329+
For details see the verbosity section of the common solver options documentation page."
330330
if verbose
331331
verbose_spec = LinearVerbosity()
332332
else

0 commit comments

Comments
 (0)