Skip to content

Commit

Permalink
fix test values + fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
warisa-r committed Sep 17, 2024
1 parent 748401e commit 4ed6c74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ stepsize_callback = StepsizeCallback(cfl = cfl_number)
callbacks = CallbackSet(summary_callback,
alive_callback,
save_solution,
analysis_callback,
analysis_callback,
amr_callback,
stepsize_callback)

Expand Down
4 changes: 2 additions & 2 deletions test/test_tree_1d_advection.jl
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ end
# Testing the second-order paired explicit Runge-Kutta (PERK) method with the optimal CFL number
@trixi_testset "elixir_advection_perk2_optimal_cfl.jl" begin
@test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_advection_perk2_optimal_cfl.jl"),
l2=[0.014524726892608971],
linf=[0.0205428426617561]) #TODO: update this value to match the new example
l2=[0.0009700887119146429],
linf=[0.00137209242077041])
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
let
Expand Down

0 comments on commit 4ed6c74

Please sign in to comment.