Skip to content

Commit

Permalink
add fix in states
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Hernandez Acosta committed Oct 11, 2024
1 parent 7bc14da commit b8e95f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/particles/states.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b8e95f0

Please sign in to comment.