Skip to content

Commit 6478823

Browse files
authored
Looser tolerance
1 parent de6d096 commit 6478823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ d2 = fit(AlphaStable, s)
1010
@test d1.α d2.α rtol=0.1
1111
@test d1.β d2.β rtol=0.1
1212
@test d1.scale d2.scale rtol=0.1
13-
@test d1.location d2.location atol=0.01
13+
@test d1.location d2.location atol=0.03
1414

1515

1616
x = rand(AlphaSubGaussian(n=96000))

0 commit comments

Comments
 (0)