Skip to content

Commit 538bafe

Browse files
committed
fix signature for projection of LocationScale families
1 parent a54c7fc commit 538bafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/families/location_scale.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ function MeanFieldGaussian(
168168
end
169169

170170
function update_variational_params!(
171-
::MvLocationScale, opt_st, params, restructure, grad
171+
::Type{<:MvLocationScale}, opt_st, params, restructure, grad
172172
)
173173
opt_st, params = Optimisers.update!(opt_st, params, grad)
174174
q = restructure(params)

0 commit comments

Comments
 (0)