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 726c4e2 commit 0914281Copy full SHA for 0914281
test/varinfo.jl
@@ -512,18 +512,6 @@ end
512
513
## `untyped_varinfo`
514
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)
527
vi = DynamicPPL.settrans!!(vi, true, vn)
528
# Resample in unconstrained space.
529
vi = last(DynamicPPL.init!!(model, vi, PriorInit()))
0 commit comments