Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Oct 24, 2023
1 parent c34a98d commit 5163344
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions test/test_p4est_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ isdir(outdir) && rm(outdir, recursive=true)
tspan = (0.0, 0.0001),
rtol = 1.0e-7,
skip_coverage=true)
if @isdefined sol
if @isdefined sol # Skipped in coverage run
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
let
Expand All @@ -216,7 +216,7 @@ isdir(outdir) && rm(outdir, recursive=true)
linf = [6.902000373057003, 53.95714139820832, 24.241610279839758, 561.0630401858057],
tspan = (0.0, 0.0001),
skip_coverage=true)
if @isdefined sol
if @isdefined sol # Skipped in coverage run
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
let
Expand All @@ -234,7 +234,7 @@ isdir(outdir) && rm(outdir, recursive=true)
linf = [3.653905721692421, 4.285035711361009, 6.8544353186357645, 31.748244912257533],
tspan = (0.0, 0.001),
skip_coverage=true)
if @isdefined sol
if @isdefined sol # Skipped in coverage run
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
let
Expand Down
2 changes: 1 addition & 1 deletion test/test_tree_2d_kpp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ EXAMPLES_DIR = joinpath(examples_dir(), "tree_2d_dgsem")
atol = 1e-6,
rtol = 1e-6,
skip_coverage = true)
if @isdefined sol
if @isdefined sol # Skipped in coverage run
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
let
Expand Down

0 comments on commit 5163344

Please sign in to comment.