Skip to content

Commit

Permalink
fix tolerances
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Nov 19, 2023
1 parent 8a2ceae commit 15c37a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test_bbm_bbm_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ EXAMPLES_DIR = joinpath(examples_dir(), "bbm_bbm_1d")
change_velocity=2.2986355942039745e-11,
change_entropy=17.387441847193436,
atol=1e-10,
atol_ints=1e-11) # in order to make CI pass
atol_ints=1e-10) # in order to make CI pass
end
end

Expand Down
2 changes: 1 addition & 1 deletion test/test_bbm_bbm_variable_bathymetry_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ EXAMPLES_DIR = joinpath(examples_dir(), "bbm_bbm_variable_bathymetry_1d")
change_velocity=-3.8711139735371144e-13,
change_entropy=17.81701226932122,
atol=1e-10,
atol_ints=1e-10) # in order to make CI pass
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 15c37a4

Please sign in to comment.