Skip to content

Commit e141aff

Browse files
committed
Revert "Test"
This reverts commit da80de6. Not merged intentionally
1 parent 040572c commit e141aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/plotting_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function verify_convergence(
105105
average_function = array -> norm(array) / sqrt(length(array)),
106106
average_function_str = "RMS",
107107
only_endpoints = false,
108-
verbose = true,
108+
verbose = false,
109109
)
110110
(; test_name, t_end, linear_implicit, analytic_sol) = test_case
111111
prob = test_case.split_prob

0 commit comments

Comments
 (0)