Skip to content

Commit 152eea0

Browse files
alystAlexey Stukalov
authored andcommitted
fix commented out tests
1 parent 47d113f commit 152eea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/distribution_wrappers.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
@test length(rand(nd)) == 2
2323

2424
# Actual tests
25-
#@test length(nd) == 2
26-
#@test size(nd) == (2,)
25+
@test length(nd) == 2
26+
@test size(nd) == (2,)
2727
@test minimum(nd) == [-Inf, 0.0]
2828
@test maximum(nd) == [Inf, 1.0]
2929
@test logpdf(nd, [15.0, 0.5]) == 0

0 commit comments

Comments
 (0)