Skip to content

Commit ae80f1e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/variational/vi.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ using Turing.Variational
7676
@testset "inference $name" for (name, algorithm) in [
7777
("KLMinRepGradProxDescent", KLMinRepGradProxDescent(adtype; n_samples=10)),
7878
("KLMinRepGradDescent", KLMinRepGradDescent(adtype; operator, n_samples=10)),
79-
("KLMinNaturalGradDescent", KLMinNaturalGradDescent(stepsize=1e-3, n_samples=10)),
79+
("KLMinNaturalGradDescent", KLMinNaturalGradDescent(; stepsize=1e-3, n_samples=10)),
8080
(
8181
"KLMinSqrtNaturalGradDescent",
8282
KLMinSqrtNaturalGradDescent(; stepsize=1e-3, n_samples=10),

0 commit comments

Comments
 (0)