File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 502502 @test getlogprior (vi) ≈ Bijectors. logpdf_with_trans (dist, x, false )
503503 end
504504
505+ # ## `VarInfo`
506+ # Need to run once since we can't specify that we want to _sample_
507+ # in the unconstrained space for `VarInfo` without having `vn`
508+ # present in the `varinfo`.
509+
505510 # # `untyped_varinfo`
506511 vi = DynamicPPL. untyped_varinfo (model)
507512 vi = DynamicPPL. settrans!! (vi, true , vn)
512517 vi = DynamicPPL. settrans!! (vi, true , vn)
513518 test_linked_varinfo (model, vi)
514519
515- # # `typed_varinfo`
516- vi = DynamicPPL. typed_varinfo (model)
517- vi = DynamicPPL. settrans!! (vi, true , vn)
518- test_linked_varinfo (model, vi)
519-
520520 # ## `SimpleVarInfo`
521521 # # `SimpleVarInfo{<:NamedTuple}`
522522 vi = DynamicPPL. settrans!! (SimpleVarInfo (), true )
You can’t perform that action at this time.
0 commit comments