jdrusso / msm_we

History-augmented Markov analysis of weighted ensemble trajectories.
https://msm-we.readthedocs.io
MIT License
7 stars 7 forks source link

Progress bars #20

Closed jdrusso closed 2 years ago

jdrusso commented 2 years ago

Addresses #19 . Built on top of #18

All tqdm progress bars have been replaced with rich.Progress progress bars.

Could probably write something that wraps an iterable, but keep it simple for now.

codecov[bot] commented 2 years ago

Codecov Report

Merging #20 (b8c0f98) into main (5689dfc) will increase coverage by 0.47%. The diff coverage is 73.61%.

:exclamation: Current head b8c0f98 differs from pull request most recent head 742e22e. Consider uploading reports for the commit 742e22e to get more accurate results

@@            Coverage Diff             @@
##             main      #20      +/-   ##
==========================================
+ Coverage   53.48%   53.95%   +0.47%     
==========================================
  Files          23       23              
  Lines        3657     3714      +57     
==========================================
+ Hits         1956     2004      +48     
- Misses       1701     1710       +9     
Impacted Files Coverage Δ
msm_we/_hamsm/_fluxmatrix.py 17.97% <40.62%> (+0.42%) :arrow_up:
msm_we/_hamsm/_dimensionality.py 44.06% <56.25%> (+1.47%) :arrow_up:
msm_we/msm_we.py 43.17% <62.50%> (+0.23%) :arrow_up:
msm_we/_hamsm/_clustering.py 53.29% <89.58%> (+0.96%) :arrow_up:
msm_we/_hamsm/_data.py 44.57% <90.47%> (+0.51%) :arrow_up:
msm_we/_hamsm/_analysis.py 37.16% <100.00%> (ø)
msm_we/_logging.py 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more