Skip to content

Commit e9291c7

Browse files
alystAlexey Stukalov
authored andcommitted
3rd round of trying to make the format doggy happy
1 parent c803205 commit e9291c7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

test/context_implementations.jl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,15 @@
8989
context,
9090
NoDist(Product(fill(Uniform(-20, 20), 5))),
9191
@varname(x),
92-
varinfo
92+
varinfo,
9393
)
9494
x = varinfo[@varname(x)]
9595
@test x isa Vector{<:Real}
9696
@test length(x) == 5
97-
return (nothing,
98-
DynamicPPL.acclogp!!(varinfo, sum(logpdf.(Ref(Normal(0, 1)), x))))
97+
return (
98+
nothing,
99+
DynamicPPL.acclogp!!(varinfo, sum(logpdf.(Ref(Normal(0, 1)), x))),
100+
)
99101
end
100102
vi_expl = VarInfo(expl_model)
101103
@test isfinite(logjoint(expl_model, vi_expl))

0 commit comments

Comments
 (0)