Skip to content

Commit

Permalink
File name fix in test_tree_1d_shallowwater
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisshChawla committed Sep 8, 2023
1 parent c70ca5c commit edf45e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_tree_1d_shallowwater.jl
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ EXAMPLES_DIR = pkgdir(Trixi, "examples", "tree_1d_dgsem")
end

@trixi_testset "elixir_shallow_water_quasi_1d_source_terms.jl" begin
@test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_shallow_water_quasi_1D_manufactured.jl"),
@test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_shallow_water_quasi_1d_source_terms.jl"),
l2 = [6.37048760275098e-5, 0.0002745658116815704, 4.436491725647962e-6, 8.872983451152218e-6],
linf = [0.00026747526881631956, 0.0012106730729152249, 9.098379777500165e-6, 1.8196759554278685e-5],
tspan = (0.0, 0.05))
Expand Down

0 comments on commit edf45e0

Please sign in to comment.