Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed Oct 18, 2024
1 parent ed53d2e commit 88d2287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_p4est_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,8 @@ end
@test startswith(lines[end], "6, 0.005")
@test occursin(r"1.0, 0.968", lines[end])
else
# Run without coverage takes 128 time steps.
@test startswith(lines[end], "128, 0.1, 1.0, 0.902")
# Run without coverage takes 85 time steps.
@test startswith(lines[end], "85, 0.3, 1.0, 0.57771")
end
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
Expand Down

0 comments on commit 88d2287

Please sign in to comment.