Skip to content

Commit 0ed974e

Browse files
committed
Test corrections
1 parent 4ba83c8 commit 0ed974e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/distribution_wrappers.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using DynamicPPL
22
using Distributions
3+
using Bijectors
34

45
@testset "distribution_wrappers.jl" begin
56
d = Normal()
@@ -11,6 +12,6 @@ using Distributions
1112
# Actual tests
1213
@test minimum(nd) == -Inf
1314
@test maximum(nd) == Inf
14-
@test logpdf(ndf, 15.0) == 0
15-
@test logpdf_with_trans(nd, 0)
15+
@test logpdf(nd, 15.0) == 0
16+
@test Bijectors.logpdf_with_trans(nd, 0)
1617
end

0 commit comments

Comments
 (0)