Skip to content

Commit

Permalink
add tolerance to the test
Browse files Browse the repository at this point in the history
  • Loading branch information
warisa-r committed Jul 9, 2024
1 parent 0d642fb commit d602a95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_structured_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ end
callbacks=CallbackSet(summary_callback, save_solution,
analysis_callback, alive_callback),
l2=[5.725141913990915e-7],
linf=[3.4298598041715422e-6])
linf=[3.4298598041715422e-6],
atol=1.0e-6)
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
let
Expand Down

0 comments on commit d602a95

Please sign in to comment.