Skip to content

Commit

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

0 comments on commit d27f401

Please sign in to comment.