Skip to content

Commit

Permalink
update test_tree_1d reference values
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickersing committed Aug 12, 2024
1 parent d2be6c5 commit aec40d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/test_tree_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -927,14 +927,14 @@ end # MLSWE
@test_trixi_include(joinpath(EXAMPLES_DIR,
"elixir_shallowwater_exner_channel.jl"),
l2=[
0.061254948402258286,
0.004292092112018592,
0.06170746566026623,
0.061254947613784645,
0.0042920880585939165,
0.06170746499938789,
],
linf=[
0.555255659544267,
0.009352017074599317,
0.5499622869285615,
0.5552555774807875,
0.009352028888004682,
0.549962205546136,
])
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
Expand Down

0 comments on commit aec40d8

Please sign in to comment.