Skip to content

Commit a629a97

Browse files
Add True case
1 parent 9649d66 commit a629a97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pymc/util.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,8 @@ def __init__(self, step_method, chains, draws, tune, progressbar, progressbar_th
709709
show_progress = True
710710

711711
match progressbar:
712+
case True:
713+
show_progress = True
712714
case False:
713715
show_progress = False
714716
case "combined":

0 commit comments

Comments
 (0)