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 de6d096 commit 6478823Copy full SHA for 6478823
test/runtests.jl
@@ -10,7 +10,7 @@ d2 = fit(AlphaStable, s)
10
@test d1.α ≈ d2.α rtol=0.1
11
@test d1.β ≈ d2.β rtol=0.1
12
@test d1.scale ≈ d2.scale rtol=0.1
13
-@test d1.location ≈ d2.location atol=0.01
+@test d1.location ≈ d2.location atol=0.03
14
15
16
x = rand(AlphaSubGaussian(n=96000))
0 commit comments