Skip to content

Commit eec7ef2

Browse files
run formatter
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e021eb7 commit eec7ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/variational/VariationalInference.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ function vi(
339339
else
340340
q
341341
end
342-
q, info, state
342+
return q, info, state
343343
end
344344

345345
function vi(model::DynamicPPL.Model, q, max_iter::Int; kwargs...)

0 commit comments

Comments
 (0)