Skip to content

Commit 025c8a8

Browse files
committed
remove tests with a single argument
1 parent bcc7819 commit 025c8a8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/univariate/continuous/loglogistic.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,12 @@ using Test
55

66
@test round(pdf(LogLogistic(), -1), digits=6) == 0.0
77
@test round(pdf(LogLogistic(), 1), digits=6) == 0.25
8-
@test round(pdf(LogLogistic(2), 2), digits=6) == 0.125
98
@test round(pdf(LogLogistic(2,2), 1), digits=6) == 0.32
109

1110
@test round(cdf(LogLogistic(), -1), digits=6) == 0.0
1211
@test round(cdf(LogLogistic(), 1), digits=6) == 0.5
13-
@test round(cdf(LogLogistic(2), 3), digits=6) == 0.6
1412
@test round(cdf(LogLogistic(2,2), 4), digits=6) == 0.8
1513

16-
@test round(ccdf(LogLogistic(2), 3), digits=6) == 0.4
1714
@test round(ccdf(LogLogistic(2,2), 4), digits=6) == 0.2
1815

1916
@test round(logpdf(LogLogistic(), -1), digits=6) == -Inf

0 commit comments

Comments
 (0)