Skip to content

Commit cc93e1f

Browse files
github-actions[bot]CompatHelper JuliaJoshuaLampert
authored
CompatHelper: bump compat for FastBroadcast to 1, (keep existing compat) (#289)
* CompatHelper: bump compat for FastBroadcast to 1, (keep existing compat) * Apply suggestions from code review Co-authored-by: Joshua Lampert <51029046+JoshuaLampert@users.noreply.github.com> * relax tolerance for CI --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Joshua Lampert <51029046+JoshuaLampert@users.noreply.github.com> Co-authored-by: Joshua Lampert <joshua.lampert@uni-hamburg.de>
1 parent 5f70518 commit cc93e1f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ TrixiBase = "9a0f1c46-06d5-4909-a5a3-ce25d3fa3284"
3030
BandedMatrices = "1.5"
3131
DelimitedFiles = "1"
3232
DiffEqBase = "6.160"
33-
FastBroadcast = "0.3.5"
33+
FastBroadcast = "0.3.5, 1"
3434
ForwardDiff = "0.10.36, 1"
3535
Interpolations = "0.15.1, 0.16"
3636
LinearAlgebra = "1"

test/test_serre_green_naghdi_1d.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ end
325325
cons_error=[1.7763568394002505e-15 0.00019895120429092028 0.0],
326326
change_waterheight=-1.7763568394002505e-15,
327327
change_entropy_modified=135.16210732695845,
328-
atol=1e-9) # to make CI pass
328+
atol=1e-8) # to make CI pass
329329

330330
@test_allocations(DispersiveShallowWater.rhs!, semi, sol, allocs=410_000)
331331
end

0 commit comments

Comments
 (0)