Skip to content

Commit

Permalink
test vals updated ode
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Nov 12, 2023
1 parent d27f401 commit 3ac9f6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_parabolic_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,8 @@ end
@test_trixi_include(joinpath(examples_dir(), "p4est_2d_dgsem",
"elixir_advection_diffusion_nonperiodic_amr.jl"),
tspan=(0.0, 0.01),
l2=[0.007934123060216671],
linf=[0.11030124341554881])
l2=[0.00793438523666649],
linf=[0.11030633127144573])
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
let
Expand Down

0 comments on commit 3ac9f6d

Please sign in to comment.