Skip to content

Commit a96d7bb

Browse files
Remove green color when chain finishes
1 parent 1cec794 commit a96d7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ def create_progress_bar(step_columns, init_stat_dict, progressbar, progressbar_t
719719
table_column=Column("Progress", ratio=2),
720720
diverging_color="tab:red",
721721
complete_style=Style.parse("rgb(31,119,180)"), # tab:blue
722-
finished_style=Style.parse("rgb(44,160,44)"), # tab:green
722+
finished_style=Style.parse("rgb(31,119,180)"), # tab:blue
723723
),
724724
*columns,
725725
console=Console(theme=progressbar_theme),

0 commit comments

Comments
 (0)