Skip to content

Commit bbf9d25

Browse files
zaxtaxricardoV94
authored andcommitted
Fix typo
1 parent 23e418d commit bbf9d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/backends/arviz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ def apply_function_over_dataset(
660660
indices = range(n_pts)
661661

662662
with Progress(console=Console(theme=progressbar_theme)) as progress:
663-
task = progress.add_task("Computinng ...", total=n_pts, visible=progressbar)
663+
task = progress.add_task("Computing ...", total=n_pts, visible=progressbar)
664664
for idx in indices:
665665
out = fn(posterior_pts[idx])
666666
fn.f.trust_input = True # If we arrive here the dtypes are valid

0 commit comments

Comments
 (0)