We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed974e commit b2b33f9Copy full SHA for b2b33f9
test/distribution_wrappers.jl
@@ -13,5 +13,5 @@ using Bijectors
13
@test minimum(nd) == -Inf
14
@test maximum(nd) == Inf
15
@test logpdf(nd, 15.0) == 0
16
- @test Bijectors.logpdf_with_trans(nd, 0)
17
-end
+ @test Bijectors.logpdf_with_trans(nd, 0) == 0
+end
0 commit comments