diff --git a/test/test_p4est_2d.jl b/test/test_p4est_2d.jl index 444c798185..3d4978a154 100644 --- a/test/test_p4est_2d.jl +++ b/test/test_p4est_2d.jl @@ -296,7 +296,7 @@ end t = sol.t[end] u_ode = sol.u[end] du_ode = similar(u_ode) - # Larger for values for allowed allocations due to usage of custom + # Larger values for allowed allocations due to usage of custom # integrator which are not *recorded* for the methods from # OrdinaryDiffEq.jl # Corresponding issue: https://github.com/trixi-framework/Trixi.jl/issues/1877 @@ -514,7 +514,7 @@ end t = sol.t[end] u_ode = sol.u[end] du_ode = similar(u_ode) - # Larger for values for allowed allocations due to usage of custom + # Larger values for allowed allocations due to usage of custom # integrator which are not *recorded* for the methods from # OrdinaryDiffEq.jl # Corresponding issue: https://github.com/trixi-framework/Trixi.jl/issues/1877 diff --git a/test/test_structured_2d.jl b/test/test_structured_2d.jl index b424e5a602..e64ef29c86 100644 --- a/test/test_structured_2d.jl +++ b/test/test_structured_2d.jl @@ -665,7 +665,7 @@ end t = sol.t[end] u_ode = sol.u[end] du_ode = similar(u_ode) - # Larger for values for allowed allocations due to usage of custom + # Larger values for allowed allocations due to usage of custom # integrator which are not *recorded* for the methods from # OrdinaryDiffEq.jl # Corresponding issue: https://github.com/trixi-framework/Trixi.jl/issues/1877 @@ -699,7 +699,7 @@ end t = sol.t[end] u_ode = sol.u[end] du_ode = similar(u_ode) - # Larger for values for allowed allocations due to usage of custom + # Larger values for allowed allocations due to usage of custom # integrator which are not *recorded* for the methods from # OrdinaryDiffEq.jl # Corresponding issue: https://github.com/trixi-framework/Trixi.jl/issues/1877 @@ -876,7 +876,7 @@ end t = sol.t[end] u_ode = sol.u[end] du_ode = similar(u_ode) - # Larger for values for allowed allocations due to usage of custom + # Larger values for allowed allocations due to usage of custom # integrator which are not *recorded* for the methods from # OrdinaryDiffEq.jl # Corresponding issue: https://github.com/trixi-framework/Trixi.jl/issues/1877 diff --git a/test/test_tree_1d_advection.jl b/test/test_tree_1d_advection.jl index db2ceb00d2..115c5f3c69 100644 --- a/test/test_tree_1d_advection.jl +++ b/test/test_tree_1d_advection.jl @@ -92,7 +92,7 @@ end t = sol.t[end] u_ode = sol.u[end] du_ode = similar(u_ode) - # Larger for values for allowed allocations due to usage of custom + # Larger values for allowed allocations due to usage of custom # integrator which are not *recorded* for the methods from # OrdinaryDiffEq.jl # Corresponding issue: https://github.com/trixi-framework/Trixi.jl/issues/1877 @@ -116,7 +116,7 @@ end t = sol.t[end] u_ode = sol.u[end] du_ode = similar(u_ode) - # Larger for values for allowed allocations due to usage of custom + # Larger values for allowed allocations due to usage of custom # integrator which are not *recorded* for the methods from # OrdinaryDiffEq.jl # Corresponding issue: https://github.com/trixi-framework/Trixi.jl/issues/1877 diff --git a/test/test_tree_1d_hypdiff.jl b/test/test_tree_1d_hypdiff.jl index 8123974b01..cd570c1670 100644 --- a/test/test_tree_1d_hypdiff.jl +++ b/test/test_tree_1d_hypdiff.jl @@ -37,7 +37,7 @@ end t = sol.t[end] u_ode = sol.u[end] du_ode = similar(u_ode) - # Larger for values for allowed allocations due to usage of custom + # Larger values for allowed allocations due to usage of custom # integrator which are not *recorded* for the methods from # OrdinaryDiffEq.jl # Corresponding issue: https://github.com/trixi-framework/Trixi.jl/issues/1877 diff --git a/test/test_tree_2d_advection.jl b/test/test_tree_2d_advection.jl index b01613cb24..f62239c7e9 100644 --- a/test/test_tree_2d_advection.jl +++ b/test/test_tree_2d_advection.jl @@ -163,7 +163,7 @@ end t = sol.t[end] u_ode = sol.u[end] du_ode = similar(u_ode) - # Larger for values for allowed allocations due to usage of custom + # Larger values for allowed allocations due to usage of custom # integrator which are not *recorded* for the methods from # OrdinaryDiffEq.jl # Corresponding issue: https://github.com/trixi-framework/Trixi.jl/issues/1877 @@ -184,7 +184,7 @@ end t = sol.t[end] u_ode = sol.u[end] du_ode = similar(u_ode) - # Larger for values for allowed allocations due to usage of custom + # Larger values for allowed allocations due to usage of custom # integrator which are not *recorded* for the methods from # OrdinaryDiffEq.jl # Corresponding issue: https://github.com/trixi-framework/Trixi.jl/issues/1877 @@ -205,7 +205,7 @@ end t = sol.t[end] u_ode = sol.u[end] du_ode = similar(u_ode) - # Larger for values for allowed allocations due to usage of custom + # Larger values for allowed allocations due to usage of custom # integrator which are not *recorded* for the methods from # OrdinaryDiffEq.jl # Corresponding issue: https://github.com/trixi-framework/Trixi.jl/issues/1877 @@ -224,7 +224,7 @@ end t = sol.t[end] u_ode = sol.u[end] du_ode = similar(u_ode) - # Larger for values for allowed allocations due to usage of custom + # Larger values for allowed allocations due to usage of custom # integrator which are not *recorded* for the methods from # OrdinaryDiffEq.jl # Corresponding issue: https://github.com/trixi-framework/Trixi.jl/issues/1877 @@ -244,7 +244,7 @@ end t = sol.t[end] u_ode = sol.u[end] du_ode = similar(u_ode) - # Larger for values for allowed allocations due to usage of custom + # Larger values for allowed allocations due to usage of custom # integrator which are not *recorded* for the methods from # OrdinaryDiffEq.jl # Corresponding issue: https://github.com/trixi-framework/Trixi.jl/issues/1877 @@ -265,7 +265,7 @@ end t = sol.t[end] u_ode = sol.u[end] du_ode = similar(u_ode) - # Larger for values for allowed allocations due to usage of custom + # Larger values for allowed allocations due to usage of custom # integrator which are not *recorded* for the methods from # OrdinaryDiffEq.jl # Corresponding issue: https://github.com/trixi-framework/Trixi.jl/issues/1877 diff --git a/test/test_tree_2d_euler.jl b/test/test_tree_2d_euler.jl index a96a19e49a..be33ddc9fa 100644 --- a/test/test_tree_2d_euler.jl +++ b/test/test_tree_2d_euler.jl @@ -231,7 +231,7 @@ end t = sol.t[end] u_ode = sol.u[end] du_ode = similar(u_ode) - # Larger for values for allowed allocations due to usage of custom + # Larger values for allowed allocations due to usage of custom # integrator which are not *recorded* for the methods from # OrdinaryDiffEq.jl # Corresponding issue: https://github.com/trixi-framework/Trixi.jl/issues/1877 @@ -267,7 +267,7 @@ end t = sol.t[end] u_ode = sol.u[end] du_ode = similar(u_ode) - # Larger for values for allowed allocations due to usage of custom + # Larger values for allowed allocations due to usage of custom # integrator which are not *recorded* for the methods from # OrdinaryDiffEq.jl # Corresponding issue: https://github.com/trixi-framework/Trixi.jl/issues/1877 @@ -377,7 +377,7 @@ end t = sol.t[end] u_ode = sol.u[end] du_ode = similar(u_ode) - # Larger for values for allowed allocations due to usage of custom + # Larger values for allowed allocations due to usage of custom # integrator which are not *recorded* for the methods from # OrdinaryDiffEq.jl # Corresponding issue: https://github.com/trixi-framework/Trixi.jl/issues/1877 @@ -449,7 +449,7 @@ end t = sol.t[end] u_ode = sol.u[end] du_ode = similar(u_ode) - # Larger for values for allowed allocations due to usage of custom + # Larger values for allowed allocations due to usage of custom # integrator which are not *recorded* for the methods from # OrdinaryDiffEq.jl # Corresponding issue: https://github.com/trixi-framework/Trixi.jl/issues/1877 @@ -672,7 +672,7 @@ end t = sol.t[end] u_ode = sol.u[end] du_ode = similar(u_ode) - # Larger for values for allowed allocations due to usage of custom + # Larger values for allowed allocations due to usage of custom # integrator which are not *recorded* for the methods from # OrdinaryDiffEq.jl # Corresponding issue: https://github.com/trixi-framework/Trixi.jl/issues/1877 diff --git a/test/test_tree_2d_eulermulti.jl b/test/test_tree_2d_eulermulti.jl index 2f254fcab5..50dc5ed020 100644 --- a/test/test_tree_2d_eulermulti.jl +++ b/test/test_tree_2d_eulermulti.jl @@ -91,7 +91,7 @@ EXAMPLES_DIR = pkgdir(Trixi, "examples", "tree_2d_dgsem") t = sol.t[end] u_ode = sol.u[end] du_ode = similar(u_ode) - # Larger for values for allowed allocations due to usage of custom + # Larger values for allowed allocations due to usage of custom # integrator which are not *recorded* for the methods from # OrdinaryDiffEq.jl # Corresponding issue: https://github.com/trixi-framework/Trixi.jl/issues/1877 @@ -124,7 +124,7 @@ EXAMPLES_DIR = pkgdir(Trixi, "examples", "tree_2d_dgsem") t = sol.t[end] u_ode = sol.u[end] du_ode = similar(u_ode) - # Larger for values for allowed allocations due to usage of custom + # Larger values for allowed allocations due to usage of custom # integrator which are not *recorded* for the methods from # OrdinaryDiffEq.jl # Corresponding issue: https://github.com/trixi-framework/Trixi.jl/issues/1877 diff --git a/test/test_tree_2d_hypdiff.jl b/test/test_tree_2d_hypdiff.jl index 77184d83d0..8892b4233c 100644 --- a/test/test_tree_2d_hypdiff.jl +++ b/test/test_tree_2d_hypdiff.jl @@ -28,7 +28,7 @@ EXAMPLES_DIR = pkgdir(Trixi, "examples", "tree_2d_dgsem") t = sol.t[end] u_ode = sol.u[end] du_ode = similar(u_ode) - # Larger for values for allowed allocations due to usage of custom + # Larger values for allowed allocations due to usage of custom # integrator which are not *recorded* for the methods from # OrdinaryDiffEq.jl # Corresponding issue: https://github.com/trixi-framework/Trixi.jl/issues/1877 diff --git a/test/test_tree_2d_mhd.jl b/test/test_tree_2d_mhd.jl index 4a02fcede6..821668aa40 100644 --- a/test/test_tree_2d_mhd.jl +++ b/test/test_tree_2d_mhd.jl @@ -361,7 +361,7 @@ end t = sol.t[end] u_ode = sol.u[end] du_ode = similar(u_ode) - # Larger for values for allowed allocations due to usage of custom + # Larger values for allowed allocations due to usage of custom # integrator which are not *recorded* for the methods from # OrdinaryDiffEq.jl # Corresponding issue: https://github.com/trixi-framework/Trixi.jl/issues/1877 diff --git a/test/test_tree_3d_hypdiff.jl b/test/test_tree_3d_hypdiff.jl index 48c72e9476..8425713626 100644 --- a/test/test_tree_3d_hypdiff.jl +++ b/test/test_tree_3d_hypdiff.jl @@ -31,7 +31,7 @@ EXAMPLES_DIR = pkgdir(Trixi, "examples", "tree_3d_dgsem") t = sol.t[end] u_ode = sol.u[end] du_ode = similar(u_ode) - # Larger for values for allowed allocations due to usage of custom + # Larger values for allowed allocations due to usage of custom # integrator which are not *recorded* for the methods from # OrdinaryDiffEq.jl # Corresponding issue: https://github.com/trixi-framework/Trixi.jl/issues/1877 @@ -60,7 +60,7 @@ end t = sol.t[end] u_ode = sol.u[end] du_ode = similar(u_ode) - # Larger for values for allowed allocations due to usage of custom + # Larger values for allowed allocations due to usage of custom # integrator which are not *recorded* for the methods from # OrdinaryDiffEq.jl # Corresponding issue: https://github.com/trixi-framework/Trixi.jl/issues/1877 @@ -88,7 +88,7 @@ end t = sol.t[end] u_ode = sol.u[end] du_ode = similar(u_ode) - # Larger for values for allowed allocations due to usage of custom + # Larger values for allowed allocations due to usage of custom # integrator which are not *recorded* for the methods from # OrdinaryDiffEq.jl # Corresponding issue: https://github.com/trixi-framework/Trixi.jl/issues/1877