Skip to content

Commit

Permalink
Revert "Test"
Browse files Browse the repository at this point in the history
This reverts commit da80de6.

Not merged intentionally
  • Loading branch information
Sbozzolo committed Jun 3, 2024
1 parent 040572c commit e141aff
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 @@ -105,7 +105,7 @@ function verify_convergence(
average_function = array -> norm(array) / sqrt(length(array)),
average_function_str = "RMS",
only_endpoints = false,
verbose = true,
verbose = false,
)
(; test_name, t_end, linear_implicit, analytic_sol) = test_case
prob = test_case.split_prob
Expand Down

0 comments on commit e141aff

Please sign in to comment.