Skip to content

Commit

Permalink
test vals
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Oct 15, 2024
1 parent 2000103 commit 689296f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/test_parabolic_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ end
],
linf=[
0.002754803146635787,
0.0028567714697580906,
0.012941794048176192
0.002856771361794534,
0.012941793749087438
])
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
Expand Down
4 changes: 2 additions & 2 deletions test/test_parabolic_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -579,8 +579,8 @@ end
@test_trixi_include(joinpath(examples_dir(), "p4est_2d_dgsem",
"elixir_advection_diffusion_nonperiodic_amr.jl"),
tspan=(0.0, 0.01),
l2=[0.007934195641974433],
linf=[0.11030265194954081])
l2=[0.007933686773471083],
linf=[0.11029277682717009])
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
let
Expand Down

0 comments on commit 689296f

Please sign in to comment.