markovmodel / PyEMMA

🚂 Python API for Emma's Markov Model Algorithms 🚂
http://pyemma.org
GNU Lesser General Public License v3.0
307 stars 118 forks source link

[progress-reporter] removed custom styling for notebook progress bars #1434

Closed marscher closed 4 years ago

marscher commented 4 years ago

Upstream changes their implementation quite often, which has led to non working states in the past. So this commit just used the poorly styled tqdm ones. This should be future proof until the named constructor arguments of tqdm would change, which is very unlikely.

Fixes #1433

codecov[bot] commented 4 years ago

Codecov Report

Merging #1434 into devel will increase coverage by 0.18%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##            devel    #1434      +/-   ##
==========================================
+ Coverage   91.62%   91.81%   +0.18%     
==========================================
  Files         230      229       -1     
  Lines       26144    26086      -58     
==========================================
- Hits        23954    23950       -4     
+ Misses       2190     2136      -54
Impacted Files Coverage Δ
pyemma/_base/progress/reporter/__init__.py 88.46% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6a4644a...827acca. Read the comment docs.