Skip to content

Commit f2fed34

Browse files
committed
always the manufactured test values causing the most trouble
1 parent 127178c commit f2fed34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/test_kdv_1d.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ end
3838
@testitem "kdv_1d_manufactured" setup=[Setup, KdVEquation1D] begin
3939
@test_trixi_include(joinpath(EXAMPLES_DIR, "kdv_1d_manufactured.jl"),
4040
tspan=(0.0, 1.0),
41-
l2=[8.19240300492206e-8],
42-
linf=[9.001177425638218e-8],
43-
cons_error=[1.5510866369083942e-8],
44-
change_waterheight=-1.5510866369083942e-8,)
41+
l2=[8.193629241011088e-8],
42+
linf=[9.001311296330528e-8],
43+
cons_error=[1.5494509675306745e-8],
44+
change_waterheight=-1.5494509675306745e-8,)
4545

4646
@test_allocations(semi, sol, allocs=5_000)
4747
end

0 commit comments

Comments
 (0)