Skip to content

Commit 09ea8c8

Browse files
authored
Add refresh call to progress bar in apply_function_over_dataset (#7343)
1 parent 508a134 commit 09ea8c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymc/backends/arviz.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,7 @@ def apply_function_over_dataset(
660660
out_dict.insert(var_name, val, idx)
661661

662662
progress.advance(task)
663+
progress.update(task, refresh=True, completed=n_pts)
663664

664665
out_trace = out_dict.trace_dict
665666
for key, val in out_trace.items():

0 commit comments

Comments
 (0)