Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
penelopeysm and github-actions[bot] authored Nov 16, 2024
1 parent b7b01cb commit 9f8023c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/dynamicppl/varinfo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ using Turing
end

function randr(
vi::DynamicPPL.VarInfo, vn::VarName, dist::Distribution, spl::DynamicPPL.Sampler, count::Bool=false
vi::DynamicPPL.VarInfo,
vn::VarName,
dist::Distribution,
spl::DynamicPPL.Sampler,
count::Bool=false,
)
if !haskey(vi, vn)
r = rand(dist)
Expand Down

0 comments on commit 9f8023c

Please sign in to comment.