Skip to content

Commit 7e616d5

Browse files
committed
improve coverage
1 parent 5d24e35 commit 7e616d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ end
6363

6464

6565
@testset "AlphaStableDistributions.jl" begin
66+
@test AlphaStable=1, scale=1.5) === AlphaStable=1.0, scale=1.5)
67+
@test Distributions.params(AlphaStable()) === (1.5, 0.0, 1.0, 0.0)
68+
@test Distributions.params(SymmetricAlphaStable()) === (1.5, 1.0, 0.0)
6669
rng = MersenneTwister(0)
6770
sampletypes = [Float32,Float64]
6871
stabletypes = [AlphaStable,SymmetricAlphaStable]

0 commit comments

Comments
 (0)