Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed Aug 21, 2023
1 parent 010e188 commit ef4c2f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test_structured_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -245,15 +245,15 @@ isdir(outdir) && rm(outdir, recursive=true)
tspan = (0.0, 0.05))
end

@trixi_testset "elixir_euler_shock_upstream_sc_subcell.jl" begin # TODO test. Zahlen ändern
@trixi_testset "elixir_euler_shock_upstream_sc_subcell.jl" begin
@test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_euler_shock_upstream_sc_subcell.jl"),
l2 = [1.2351468819080416, 1.1269856297330367, 1.7239124305681928, 11.715260007491556],
linf = [5.385494274885787, 6.575446482687761, 10.065233650013157, 51.00907987260031],
linf = [5.385492227740844, 6.575446131488329, 10.065232894750887, 51.00900038590831],
cells_per_dimension = (8, 12),
tspan = (0.0, 0.5))
end

@trixi_testset "elixir_euler_shock_upstream_MCL.jl" begin # TODO test. Zahlen ändern
@trixi_testset "elixir_euler_shock_upstream_MCL.jl" begin
@test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_euler_shock_upstream_MCL.jl"),
l2 = [1.2607430289877726, 1.1565837325291355, 1.7791790302458714, 11.891223800389232],
linf = [5.68876088477983, 8.165554425950146, 10.859100194836538, 50.25822408989214],
Expand Down

0 comments on commit ef4c2f2

Please sign in to comment.