From 1dbfce2efc2f9603254c65e7970e5a64662dea8e Mon Sep 17 00:00:00 2001 From: patrickersing Date: Tue, 23 Jan 2024 17:36:40 +0100 Subject: [PATCH] apply formatter --- test/runtests.jl | 4 ++-- test/test_upstream.jl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 8a0e590..92a68d6 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -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 diff --git a/test/test_upstream.jl b/test/test_upstream.jl index 56c9850..3beb128 100644 --- a/test/test_upstream.jl +++ b/test/test_upstream.jl @@ -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,