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 23e418d commit bbf9d25Copy full SHA for bbf9d25
pymc/backends/arviz.py
@@ -660,7 +660,7 @@ def apply_function_over_dataset(
660
indices = range(n_pts)
661
662
with Progress(console=Console(theme=progressbar_theme)) as progress:
663
- task = progress.add_task("Computinng ...", total=n_pts, visible=progressbar)
+ task = progress.add_task("Computing ...", total=n_pts, visible=progressbar)
664
for idx in indices:
665
out = fn(posterior_pts[idx])
666
fn.f.trust_input = True # If we arrive here the dtypes are valid
0 commit comments