We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58faa46 commit 5658511Copy full SHA for 5658511
test/runtests.jl
@@ -22,7 +22,7 @@ end
22
23
d32 = AlphaStable(Float32.(Distributions.params(d))...)
24
@test cf(d32, Float32(x)) isa Complex{Float32}
25
- @test cf(d32, Float32(x)) ≈ cf(d,x) atol=100*eps(Float32)
+ @test cf(d32, Float32(x)) ≈ cf(d,x) atol=500*eps(Float32)
26
end
27
for _ in 1:100
28
# test stability under convolution
0 commit comments