File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -209,8 +209,8 @@ def __init__(
209
209
210
210
When sampling, Step classes are responsible for computing and exposing statistics that can be reported on
211
211
progress bars. Each Step implements two class methods: :meth:`pymc.step_methods.BlockedStep._progressbar_config`
212
- and :meth:`pymc.step_methods.BlockedStep._make_update_stats_function `. `_progressbar_config` reports which
213
- columns should be displayed on the progress bar, and `_make_update_stats_function ` computes the statistics
212
+ and :meth:`pymc.step_methods.BlockedStep._make_progressbar_update_functions `. `_progressbar_config` reports which
213
+ columns should be displayed on the progress bar, and `_make_progressbar_update_functions ` computes the statistics
214
214
that will be displayed on the progress bar.
215
215
216
216
Parameters
You can’t perform that action at this time.
0 commit comments