Skip to content

Commit

Permalink
Increased relative tolerance for the MHD dynamo test.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCan committed Jul 6, 2023
1 parent c4fcccb commit 7a505ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_tree_3d_mhd.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ EXAMPLES_DIR = pkgdir(Trixi, "examples", "tree_3d_dgsem")
@test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_mhd_dynamo.jl"),
l2 = [5.024577278233182e-9, 1.3093210402780699e-6, 1.227055019222975e-6, 1.3300849676035306e-6, 8.352164741719924e-8, 1.2270034944896495e-8, 1.2277415037888697e-8, 1.224791377217328e-8, 4.445097046114287e-9],
linf = [7.559220116526433e-8, 3.5067483501692263e-6, 3.3290904120635694e-6, 3.5883929792450567e-6, 1.254181126952858e-6, 7.497145929070807e-8, 7.911894635067984e-8, 7.957526395777244e-8, 7.69462431886825e-8],
rtol = 0.2) # Higher tolerance to account for random forcing.
rtol = 0.4) # Higher tolerance to account for random forcing.
end
end

Expand Down

0 comments on commit 7a505ae

Please sign in to comment.