From 92a2c1be2125bdddfc53cec6344a4fc391fc42ec Mon Sep 17 00:00:00 2001 From: Johannes Markert Date: Fri, 12 Jan 2024 16:53:06 +0100 Subject: [PATCH] Updated some test values. --- test/test_mpi_t8code_2d.jl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/test_mpi_t8code_2d.jl b/test/test_mpi_t8code_2d.jl index b92d51cb44c..28925e2f1b2 100644 --- a/test/test_mpi_t8code_2d.jl +++ b/test/test_mpi_t8code_2d.jl @@ -53,16 +53,16 @@ const EXAMPLES_DIR = pkgdir(Trixi, "examples", "t8code_2d_dgsem") @test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_advection_amr_solution_independent.jl"), # Expected errors are exactly the same as with TreeMesh! - l2=[4.949660644033807e-5], - linf=[0.0004867846262313763], + l2=[4.933027431215839e-5], + linf=[0.00048678461161243136], coverage_override=(maxiters = 6,)) end @trixi_testset "elixir_advection_amr_unstructured_flag.jl" begin @test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_advection_amr_unstructured_flag.jl"), - l2=[0.001993165013217687], - linf=[0.032891018571625796], + l2=[0.001980652042312077], + linf=[0.0328882442132265], coverage_override=(maxiters = 6,)) end