From 07efc88cf7d4cace66c3499a196ca6420ef2bd48 Mon Sep 17 00:00:00 2001 From: Jutho Date: Sat, 12 Aug 2017 00:18:04 +0200 Subject: [PATCH] Change test tolerance due to julia#22742 See https://github.com/JuliaLang/julia/pull/22742 --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index d001be4..f5ac5f5 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -123,7 +123,7 @@ for j1 in smallerjlist, j2 in smallerjlist, j3 in smallerjlist end end end - @test racahW(j1,j2,J,j3,J12,J23) ≈ vecdot(V2,V1)/sqrt((2*J12+1)*(2*J23+1)) atol=eps(Float64) + @test racahW(j1,j2,J,j3,J12,J23) ≈ vecdot(V2,V1)/sqrt((2*J12+1)*(2*J23+1)) atol=10*eps(Float64) end end end