Skip to content

Commit

Permalink
Turn on verbose convergence tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Jun 17, 2024
1 parent d10a7d0 commit 415b043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/plotting_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function verify_convergence(
average_function = array -> norm(array) / sqrt(length(array)),
average_function_str = "RMS",
only_endpoints = false,
verbose = false,
verbose = true,
)
(; test_name, t_end, linear_implicit, analytic_sol) = test_case
prob = test_case.split_prob
Expand Down

0 comments on commit 415b043

Please sign in to comment.