Skip to content

Commit

Permalink
correct test vals
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Oct 31, 2023
1 parent d35503f commit 1fc62b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/test_tree_2d_euler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -425,15 +425,15 @@ end
@trixi_testset "elixir_euler_sedov_blast_wave.jl (HLLE)" begin
@test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_euler_sedov_blast_wave.jl"),
l2=[
0.35267163994805895,
0.17218309942728624,
0.1721830927297762,
0.35267161504176747,
0.17218309138797958,
0.17218307467125854,
0.6236143054619037,
],
linf=[
2.77484045816607,
1.8281111797832708,
1.8281111060830213,
1.8281111268370718,
1.8281110470490887,
6.24263735888126,
],
tspan=(0.0, 0.5),
Expand Down

0 comments on commit 1fc62b9

Please sign in to comment.