Skip to content

Commit

Permalink
allow higher allocations
Browse files Browse the repository at this point in the history
Julia v1.11 reports more allocations in some cases
  • Loading branch information
JoshuaLampert committed Dec 3, 2024
1 parent d1d9bed commit ceb1610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_serre_green_naghdi_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ end
change_waterheight=0.0,
change_entropy_modified=-3.1093350116861984e-11)

@test_allocations(semi, sol, allocs=550_000)
@test_allocations(semi, sol, allocs=650_000)
end

@testitem "serre_green_naghdi_soliton.jl with bathymetry_mild_slope" setup=[
Expand Down Expand Up @@ -110,7 +110,7 @@ end
change_waterheight=4.263256414560601e-14,
change_entropy_modified=-3.1036506698001176e-11)

@test_allocations(semi, sol, allocs=500_000)
@test_allocations(semi, sol, allocs=600_000)
end

@testitem "serre_green_naghdi_soliton_upwind.jl with bathymetry_mild_slope" setup=[
Expand Down

0 comments on commit ceb1610

Please sign in to comment.