Skip to content

Commit

Permalink
adapt errors in test
Browse files Browse the repository at this point in the history
  • Loading branch information
benegee committed May 29, 2024
1 parent ef1d4ad commit c7c2537
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test_mpi_tree.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ CI_ON_WINDOWS = (get(ENV, "GITHUB_ACTIONS", false) == "true") && Sys.iswindows()
@test_trixi_include(joinpath(EXAMPLES_DIR,
"elixir_advection_restart_amr.jl"),
# Expected errors are exactly the same as in the serial test!
l2=[3.2207388565869075e-5],
linf=[0.0007508059772436404],
coverage_override=(maxiters = 6,))
l2=[7.870371848717432e-5],
linf=[0.0007374081713964475],
coverage_override=(maxiters = 50,))
end

# Linear scalar advection with AMR
Expand Down

0 comments on commit c7c2537

Please sign in to comment.