Skip to content

Commit 0914281

Browse files
committed
Remove duplicated test
1 parent 726c4e2 commit 0914281

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

test/varinfo.jl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -512,18 +512,6 @@ end
512512

513513
## `untyped_varinfo`
514514
vi = DynamicPPL.untyped_varinfo(model)
515-
516-
## `untyped_varinfo`
517-
vi = DynamicPPL.untyped_varinfo(model)
518-
vi = DynamicPPL.settrans!!(vi, true, vn)
519-
# Resample in unconstrained space.
520-
vi = last(DynamicPPL.init!!(model, vi, PriorInit()))
521-
f = DynamicPPL.from_linked_internal_transform(vi, vn, dist)
522-
x = f(DynamicPPL.getindex_internal(vi, vn))
523-
@test getlogjoint(vi) Bijectors.logpdf_with_trans(dist, x, true)
524-
525-
## `typed_varinfo`
526-
vi = DynamicPPL.typed_varinfo(model)
527515
vi = DynamicPPL.settrans!!(vi, true, vn)
528516
# Resample in unconstrained space.
529517
vi = last(DynamicPPL.init!!(model, vi, PriorInit()))

0 commit comments

Comments
 (0)