Skip to content

Commit

Permalink
Revert some random changes in other test unit
Browse files Browse the repository at this point in the history
  • Loading branch information
warisa-r committed Jul 9, 2024
1 parent 87c6cae commit 0d642fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_structured_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ end
@test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_advection_shockcapturing.jl"),
l2=[0.08015029105233593],
linf=[0.610709468736576],
atol=1.0e-12)
atol=1.0e-5)
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
let
Expand Down

0 comments on commit 0d642fb

Please sign in to comment.