Skip to content

Commit 63fcd7b

Browse files
committed
Merge branch 'estimate_objective' of github.com:TuringLang/AdvancedVI.jl into estimate_objective
2 parents 90321c6 + fb0d7b2 commit 63fcd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/algorithms/repgradelbo.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
end
2929

3030
@testset "estimate_objective" begin
31-
q_true = MeanFieldGaussian(μ_true, L_true)
31+
q_true = MeanFieldGaussian(μ_true, L_true)
3232

3333
@testset for alg in [KLMinRepGradDescent(AD), KLMinRepGradProxDescent(AD)]
3434
obj_est = estimate_objective(rng, alg, q_true, model)

0 commit comments

Comments
 (0)