Skip to content

Commit

Permalink
adjust tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Nov 15, 2023
1 parent 609bca8 commit 66c3ea0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test_bbm_bbm_variable_bathymetry_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ EXAMPLES_DIR = joinpath(examples_dir(), "bbm_bbm_variable_bathymetry_1d")
cons_error=[1.359075785939412e-11 3.8711139735371144e-13 0.0],
change_waterheight=-1.359075785939412e-11,
change_velocity=-3.8711139735371144e-13,
change_entropy=17.81701226932122)
change_entropy=17.81701226932122,
atol=1e-11,
atol_ints=1e-11) # in order to make CI pass
end

@trixi_testset "bbm_bbm_variable_bathymetry_1d_well_balanced" begin
Expand Down

0 comments on commit 66c3ea0

Please sign in to comment.