Skip to content

Commit 5493946

Browse files
committed
drop commented-out tests for code not in MeasureBase
1 parent cb0939e commit 5493946

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

test/runtests.jl

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -151,20 +151,6 @@ end
151151
# (a::AffineMap)(x) = a.B*x + a.β
152152
# (a::AffineMap)(p::Normal) = Normal(μ = a.B*mean(p) + a.β, σ = sqrt(a.B*p.σ^2*a.B'))
153153

154-
# @testset "DynamicFor" begin
155-
# mc = Chain(Normal(μ=0.0)) do x Normal(μ=x) end
156-
# r = rand(mc)
157-
158-
# # Check that `r` is now deterministic
159-
# @test logdensity(mc, take(r, 100)) == logdensity(mc, take(r, 100))
160-
161-
# d2 = For(r) do x Normal(μ=x) end
162-
163-
# @test_broken let r2 = rand(d2)
164-
# logdensity(d2, take(r2, 100)) == logdensity(d2, take(r2, 100))
165-
# end
166-
# end
167-
168154

169155
# @testset "Likelihood" begin
170156
# dps = [

0 commit comments

Comments
 (0)