Skip to content

Commit

Permalink
reduces rtol to 1e-12 for timestepper tests
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Dec 27, 2018
1 parent 7fa72e2 commit a6b21d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ using FourierFlows: parsevalsum2
using LinearAlgebra: mul!, ldiv!, norm

const rtol_fft = 1e-12
const rtol_timesteppers = 1e-6
const rtol_timesteppers = 1e-12

const steppers = [
"ForwardEuler",
Expand Down

0 comments on commit a6b21d5

Please sign in to comment.