Skip to content

Commit

Permalink
back with atol
Browse files Browse the repository at this point in the history
  • Loading branch information
rmsrosa committed Jul 6, 2023
1 parent 6e40a35 commit 22d66f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_noises.jl
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@
@test vars[6] μ₂ / κ * ( ( (a * δ) / 2κ - λ₀ ) * exp(-2κ * tf) + ( λ₀ - a * δ / κ) * exp( -κ * tf) + a * δ / 2κ) (rtol = 0.2)


@test means[7] mean(mean(sin(tf / r) for r in rand(rng, ylaw, nr)) for _ in 1:m) (rtol = 0.2)
@test means[7] mean(mean(sin(tf / r) for r in rand(rng, ylaw, nr)) for _ in 1:m) (atol = 0.01)
@test vars[7] var(mean(sin(tf / r) for r in rand(rng, ylaw, nr)) for _ in 1:m) (rtol = 0.2)

@test means[8] y0 (rtol = 0.2)
Expand Down

0 comments on commit 22d66f8

Please sign in to comment.