Skip to content

Commit ec4db7e

Browse files
committed
fix bug in test
1 parent b927e80 commit ec4db7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/inference/repgradelbo_locationscale_bijectors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
rng_repl = StableRNG(seed)
7878
q, stats, _ = optimize(
7979
rng_repl, model, objective, q0_z, T;
80-
optimizer = opt
80+
optimizer = opt,
8181
show_progress = PROGRESS,
8282
adtype = adtype,
8383
)

0 commit comments

Comments
 (0)