Skip to content

Commit

Permalink
adjust atol for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Sep 26, 2023
1 parent 9baa86f commit 2a71ba0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_bbm_bbm_variable_bathymetry_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ EXAMPLES_DIR = joinpath(examples_dir(), "bbm_bbm_variable_bathymetry_1d")
cons_error=[1.0394561372181596e-13 3.410605131648481e-13 0.0],
change_waterheight=1.0394561372181596e-13,
change_velocity=-3.410605131648481e-13,
change_entropy=0.0006197172569955001)
change_entropy=0.0006197172569955001,
atol_ints=1e-10) # in order to make CI pass
end

@trixi_testset "bbm_bbm_variable_bathymetry_1d_relaxation" begin
Expand Down

0 comments on commit 2a71ba0

Please sign in to comment.