mirror of
https://github.com/tgorordo/WignerSymbols.jl.git
synced 2026-06-05 15:42:15 -07:00
Change test tolerance due to julia#22742
See https://github.com/JuliaLang/julia/pull/22742
This commit is contained in:
parent
9524e3f1e8
commit
07efc88cf7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue