Skip to content

Commit 2c42f7b

Browse files
committed
fix turn progress meter off in docs
1 parent 72df3af commit 2c42f7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/tutorials/subsampling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,12 @@ end
208208
209209
time_begin = time()
210210
_, info_full, _ = AdvancedVI.optimize(
211-
alg_full, max_iter, prob_ad, q; show_progress=true, callback
211+
alg_full, max_iter, prob_ad, q; show_progress=false, callback
212212
);
213213
214214
time_begin = time()
215215
_, info_sub, _ = AdvancedVI.optimize(
216-
alg_sub, max_iter, prob_ad, q; show_progress=true, callback
216+
alg_sub, max_iter, prob_ad, q; show_progress=false, callback
217217
);
218218
nothing
219219
```

0 commit comments

Comments
 (0)