From 24dcb1132bce17d0de24272a688271d1de2df85d Mon Sep 17 00:00:00 2001 From: "Thomas (Tom) C. Gorordo" Date: Tue, 3 Sep 2024 18:07:20 -0700 Subject: [PATCH] fix wigner9j extra @testset typo --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 49f5f14..f583fbc 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -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