Skip to content

Commit daaa093

Browse files
Update sde_complex_adaptive_mean_test.jl
1 parent 3f15e54 commit daaa093

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/adaptive/sde_complex_adaptive_mean_test.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,5 @@ plot!(T, avg2)
115115
plot!(T, avg3)
116116
=#
117117

118-
@test maximum(avg1-avg2) < 0.02
119-
@test maximum(avg1-avg3) < 0.03
118+
@test maximum(avg1-avg2) < 0.03
119+
@test maximum(avg1-avg3) < 0.04

0 commit comments

Comments
 (0)