From e141affa007b27be0c6392f6a5161beefe133168 Mon Sep 17 00:00:00 2001 From: Gabriele Bozzola Date: Mon, 3 Jun 2024 13:22:02 -0700 Subject: [PATCH] Revert "Test" This reverts commit da80de6c85c8fedc5b7c9c1eced9c87dd1e29ce4. Not merged intentionally --- docs/src/plotting_utils.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/plotting_utils.jl b/docs/src/plotting_utils.jl index dc4d1e2f..8b715d50 100644 --- a/docs/src/plotting_utils.jl +++ b/docs/src/plotting_utils.jl @@ -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