We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e30ef commit dc7cfeeCopy full SHA for dc7cfee
pymc/step_methods/hmc/nuts.py
@@ -236,7 +236,7 @@ def competence(var, has_grad):
236
def _progressbar_config(n_chains=1):
237
columns = [
238
TextColumn("{task.fields[divergences]}", table_column=Column("Divergences", ratio=1)),
239
- TextColumn("{task.fields[step_size]:0.2f}", table_column=Column("Step size", ratio=1)),
+ TextColumn("{task.fields[step_size]:0.3f}", table_column=Column("Step size", ratio=1)),
240
TextColumn("{task.fields[tree_size]}", table_column=Column("Grad evals", ratio=1)),
241
]
242
0 commit comments