From b8e95f0c94510ad323ef78b1a41943992b20b8ac Mon Sep 17 00:00:00 2001 From: Uwe Hernandez Acosta Date: Mon, 7 Oct 2024 14:59:14 +0200 Subject: [PATCH] add fix in states --- test/particles/states.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/particles/states.jl b/test/particles/states.jl index 97ef0a0..5de2404 100644 --- a/test/particles/states.jl +++ b/test/particles/states.jl @@ -5,7 +5,7 @@ using Random include("../utils.jl") RNG = MersenneTwister(708583836976) -ATOL = 1e-15 +ATOL = 1e-14 RTOL = 0.0 PHOTON_ENERGIES = (0.0, rand(RNG), rand(RNG) * 10) COS_THETAS = (-1.0, -rand(RNG), 0.0, rand(RNG), 1.0)