@@ -60,15 +60,15 @@ CI_ON_WINDOWS = (get(ENV, "GITHUB_ACTIONS", false) == "true") && Sys.iswindows()
6060 @test_trixi_include (joinpath (EXAMPLES_DIR, " elixir_advection_amr.jl" ),
6161 # Expected errors are exactly the same as in the serial test!
6262 l2= [4.913300828257469e-5 ],
63- linf= [0.00045263895394385967 ], )
63+ linf= [0.00045263895394385967 ])
6464 end
6565
6666 @trixi_testset " elixir_advection_amr_nonperiodic.jl" begin
6767 @test_trixi_include (joinpath (EXAMPLES_DIR,
6868 " elixir_advection_amr_nonperiodic.jl" ),
6969 # Expected errors are exactly the same as in the serial test!
7070 l2= [3.2207388565869075e-5 ],
71- linf= [0.0007508059772436404 ], )
71+ linf= [0.0007508059772436404 ])
7272 end
7373
7474 @trixi_testset " elixir_advection_restart_amr.jl" begin
@@ -89,7 +89,7 @@ CI_ON_WINDOWS = (get(ENV, "GITHUB_ACTIONS", false) == "true") && Sys.iswindows()
8989 @test_trixi_include (joinpath (EXAMPLES_DIR,
9090 " elixir_advection_amr_refine_twice.jl" ),
9191 l2= [0.00020547512522578292 ],
92- linf= [0.007831753383083506 ], )
92+ linf= [0.007831753383083506 ])
9393 meshfiles = filter (file -> endswith (file, " .h5" ) && startswith (file, " mesh" ),
9494 readdir (outdir))
9595 @test length (meshfiles) > 1
@@ -99,7 +99,7 @@ CI_ON_WINDOWS = (get(ENV, "GITHUB_ACTIONS", false) == "true") && Sys.iswindows()
9999 @test_trixi_include (joinpath (EXAMPLES_DIR,
100100 " elixir_advection_amr_coarsen_twice.jl" ),
101101 l2= [0.0014321062757891826 ],
102- linf= [0.0253454486893413 ], )
102+ linf= [0.0253454486893413 ])
103103 end
104104
105105 # Hyperbolic diffusion
@@ -204,7 +204,7 @@ CI_ON_WINDOWS = (get(ENV, "GITHUB_ACTIONS", false) == "true") && Sys.iswindows()
204204 0.0002973166773747593 ,
205205 0.0002973166773760916 ,
206206 0.001154106793870291
207- ], )
207+ ])
208208 end
209209 end
210210
@@ -323,7 +323,7 @@ CI_ON_WINDOWS = (get(ENV, "GITHUB_ACTIONS", false) == "true") && Sys.iswindows()
323323 0.03857193149447702 ,
324324 0.031090457959835893 ,
325325 0.12125130332971423
326- ], )
326+ ])
327327 end
328328
329329 if ! CI_ON_WINDOWS # see comment on `CI_ON_WINDOWS` in `test/test_mpi.jl`
0 commit comments