mirror of
https://github.com/tgorordo/WignerSymbols.jl.git
synced 2026-06-05 15:42:15 -07:00
fix wigner9j extra @testset typo
This commit is contained in:
parent
bd6fe9b827
commit
24dcb1132b
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ end
|
|||
@threads for i = 1:N
|
||||
@testset "wigner9j: relation to sum over 6j products, thread $i" begin
|
||||
for k = 1:10_000
|
||||
@testset let (j1, j2, j3, j4, j5, j6, j7, j8, j9) = rand(smalljlist, 9)
|
||||
let (j1, j2, j3, j4, j5, j6, j7, j8, j9) = rand(smalljlist, 9)
|
||||
@test wigner9j(j1, j2, j3,
|
||||
j4, j5, j6,
|
||||
j7, j8, j9) ≈ sum(largejlist) do x # lazy choice for range of this sum, but good enough
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue