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 7, 2024
1 parent cc9aed1 commit 6883d18
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 @@ -12,7 +12,7 @@ FERMION_STATES_GROUNDTRUTH_FACTORY = Dict(
)

RNG = MersenneTwister(708583836976)
ATOL = eps()
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 6883d18

Please sign in to comment.