Skip to content

Commit

Permalink
adapt tolerances for macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha authored Aug 17, 2024
1 parent d6a4626 commit 0dfab87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_serre_green_naghdi_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,8 @@ EXAMPLES_DIR = joinpath(examples_dir(), "serre_green_naghdi_1d")
linf=[1.001076318001934, 0.8052527556023067, 0.0],
cons_error=[0.0, 0.0002674927404067162, 0.0],
change_entropy=-0.0584189861183404,
change_entropy_modified=0.059273537492344985)
change_entropy_modified=0.059273537492344985,
atol_ints=4e-9) # to make CI pass

@test_allocations(semi, sol, allocs=900_000)
end
Expand Down

0 comments on commit 0dfab87

Please sign in to comment.