Skip to content

Commit

Permalink
Merge 1bb3f8a into 4affc28
Browse files Browse the repository at this point in the history
  • Loading branch information
bgroenks96 committed Aug 24, 2023
2 parents 4affc28 + 1bb3f8a commit 4d52d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/variational/advi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function Bijectors.bijector(
if d isa Distributions.UnivariateDistribution
b
else
Vec(b, size(d))
Vec(b, size(Bijectors.transformed(d)))
end
end

Expand Down

0 comments on commit 4d52d0f

Please sign in to comment.