From 8e5b85128d1e789894a4a9017f49a469276f47ff Mon Sep 17 00:00:00 2001 From: Justin Willmert Date: Wed, 9 Feb 2022 19:50:27 -0600 Subject: [PATCH] Test more deterministically --- test/sphere.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/sphere.jl b/test/sphere.jl index 481b2b0..3102630 100644 --- a/test/sphere.jl +++ b/test/sphere.jl @@ -137,6 +137,7 @@ end # Inverse of distance/azimuth is reckon @testset "Reckon vectors ($T)" for T in NumTypes + Random.seed!(1234) local pi = T(π) atol = max(eps(1π), eps(T(π)))