Skip to content

Commit

Permalink
Test more deterministically
Browse files Browse the repository at this point in the history
  • Loading branch information
jmert committed Feb 10, 2022
1 parent d85b361 commit 8e5b851
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/sphere.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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(π)))

Expand Down

0 comments on commit 8e5b851

Please sign in to comment.