Skip to content

Commit

Permalink
apply formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickersing committed Jan 23, 2024
1 parent 5b7ea80 commit 1dbfce2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ const TRIXI_NTHREADS = clamp(Sys.CPU_THREADS, 2, 3)
@test !(name in names(TrixiShallowWater))
end
end

# Run upstream tests for each mesh and dimension to test compatibility with Trixi.jl
include("test_upstream.jl")
include("test_upstream.jl")
end
end
2 changes: 1 addition & 1 deletion test/test_upstream.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ isdir(outdir) && rm(outdir, recursive = true)
# Shallow water wet/dry 1D
@trixi_testset "1D-Test: elixir_shallowwater_well_balanced_nonperiodic.jl with wall boundary" begin
@test_trixi_include(joinpath(EXAMPLES_DIR, "tree_1d_dgsem",
"elixir_shallowwater_well_balanced_nonperiodic.jl"),
"elixir_shallowwater_well_balanced_nonperiodic.jl"),
l2=[
1.7259643614361866e-8,
3.5519018243195145e-16,
Expand Down

0 comments on commit 1dbfce2

Please sign in to comment.