fix wigner9j extra @testset typo

This commit is contained in:
Thomas (Tom) C. Gorordo 2024-09-03 18:07:20 -07:00
parent bd6fe9b827
commit 24dcb1132b
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490

View file

@ -211,7 +211,7 @@ end
@threads for i = 1:N @threads for i = 1:N
@testset "wigner9j: relation to sum over 6j products, thread $i" begin @testset "wigner9j: relation to sum over 6j products, thread $i" begin
for k = 1:10_000 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, @test wigner9j(j1, j2, j3,
j4, j5, j6, j4, j5, j6,
j7, j8, j9) sum(largejlist) do x # lazy choice for range of this sum, but good enough j7, j8, j9) sum(largejlist) do x # lazy choice for range of this sum, but good enough