Skip to content

Commit b6d8202

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

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
@@ -53,7 +53,7 @@ using Turing.Variational
5353
@testset "custom algorithm $name" for (name, algorithm) in [
5454
("KLMinRepGradProxDescent", KLMinRepGradProxDescent(adtype; n_samples=10)),
5555
("KLMinRepGradDescent", KLMinRepGradDescent(adtype; operator, n_samples=10)),
56-
("KLMinNaturalGradDescent", KLMinNaturalGradDescent(stepsize=1e-3, n_samples=10)),
56+
("KLMinNaturalGradDescent", KLMinNaturalGradDescent(; stepsize=1e-3, n_samples=10)),
5757
(
5858
"KLMinSqrtNaturalGradDescent",
5959
KLMinSqrtNaturalGradDescent(stepsize=1e-3, n_samples=10),

0 commit comments

Comments
 (0)