Skip to content

Commit

Permalink
adapt errors due to refining initial condition
Browse files Browse the repository at this point in the history
  • Loading branch information
benegee committed Jun 6, 2024
1 parent ae28ac3 commit a5cd379
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/test_mpi_tree.jl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ CI_ON_WINDOWS = (get(ENV, "GITHUB_ACTIONS", false) == "true") && Sys.iswindows()
@trixi_testset "elixir_advection_restart_amr.jl" begin
@test_trixi_include(joinpath(EXAMPLES_DIR,
"elixir_advection_restart_amr.jl"),
l2=[7.870371848717432e-5],
l2=[8.018498574373939e-5],
linf=[0.0007374081713964475])
end

Expand Down
4 changes: 2 additions & 2 deletions test/test_p4est_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ end

@trixi_testset "elixir_advection_restart_amr.jl" begin
@test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_advection_restart_amr.jl"),
l2=[3.2039786506780588e-6],
linf=[3.848344339896226e-5])
l2=[2.869137983727866e-6],
linf=[3.8353423270964804e-5])
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
let
Expand Down

0 comments on commit a5cd379

Please sign in to comment.