pymc-devs / pymc

Bayesian Modeling and Probabilistic Programming in Python
https://docs.pymc.io/
Other
8.48k stars 1.97k forks source link

Add time remaining column to progress bars #7273

Closed fonnesbeck closed 2 months ago

fonnesbeck commented 2 months ago

Description

Adds TimeRemainingColumn to progress bar where appropriate, also properly hides progressbar during sample_posterior_predictive

Related Issue

Checklist

Type of change


📚 Documentation preview 📚: https://pymc--7273.org.readthedocs.build/en/7273/

ricardoV94 commented 2 months ago

While we're here can we also try to fix #7264 ?

This issue suggests there should be transient flag we can play with? https://github.com/Textualize/rich/issues/110

fonnesbeck commented 2 months ago

Will try and fix #7278 here as well.

fonnesbeck commented 2 months ago

image

ricardoV94 commented 2 months ago

Branch seems to have some conflicts?