Skip to content

Commit 3132a53

Browse files
committed
adjust tolerances
1 parent 7ed1cb9 commit 3132a53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ println("Testing increment/decrement operators for α,β ≤ -0.5")
124124
α,β = -0.9,-0.6
125125

126126
@test norm(FastTransforms.fromsquare!(FastTransforms.tosquare!(copy(c),α,β),α,β)-c,Inf) < 10eps()
127-
@test norm(icjt(cjt(c,α,β),α,β)-c,Inf) < 2000eps()
127+
@test norm(icjt(cjt(c,α,β),α,β)-c,Inf) < 20000eps()
128128
p1,p2 = plan_cjt(c,α,β),plan_icjt(c,α,β)
129-
@test norm(p2*(p1*c)-c,Inf) < 2000eps()
129+
@test norm(p2*(p1*c)-c,Inf) < 20000eps()
130130

131131
println("Testing increment/decrement operators for α ≤ -0.5, β > -0.5")
132132

0 commit comments

Comments
 (0)