Skip to content

Commit 9f8023c

Browse files
Format
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b7b01cb commit 9f8023c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/dynamicppl/varinfo.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ using Turing
1414
end
1515

1616
function randr(
17-
vi::DynamicPPL.VarInfo, vn::VarName, dist::Distribution, spl::DynamicPPL.Sampler, count::Bool=false
17+
vi::DynamicPPL.VarInfo,
18+
vn::VarName,
19+
dist::Distribution,
20+
spl::DynamicPPL.Sampler,
21+
count::Bool=false,
1822
)
1923
if !haskey(vi, vn)
2024
r = rand(dist)

0 commit comments

Comments
 (0)