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

Remove bhmm as dependency #1550

Closed clonker closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #1550 (0a99797) into devel (f6a7a7d) will decrease coverage by 1.74%. The diff coverage is 93.70%.

@@            Coverage Diff             @@
##            devel    #1550      +/-   ##
==========================================
- Coverage   92.08%   90.33%   -1.75%     
==========================================
  Files         229      229              
  Lines       26920    26912       -8     
==========================================
- Hits        24788    24312     -476     
- Misses       2132     2600     +468     
Impacted Files Coverage Δ
pyemma/_base/serialization/pickle_extensions.py 88.29% <ø> (ø)
pyemma/coordinates/clustering/tests/util.py 75.86% <0.00%> (ø)
pyemma/msm/models/hmsm.py 93.95% <ø> (ø)
pyemma/msm/estimators/bayesian_hmsm.py 87.50% <58.82%> (-3.41%) :arrow_down:
pyemma/msm/estimators/maximum_likelihood_hmsm.py 88.61% <96.77%> (+0.18%) :arrow_up:
pyemma/_base/estimator.py 87.83% <100.00%> (+0.19%) :arrow_up:
pyemma/coordinates/tests/test_traj_info_cache.py 19.03% <100.00%> (-79.58%) :arrow_down:
pyemma/msm/tests/test_bayesian_hmsm.py 99.54% <100.00%> (-0.01%) :arrow_down:
pyemma/msm/tests/test_cktest.py 99.30% <100.00%> (-0.09%) :arrow_down:
pyemma/msm/tests/test_estimator.py 92.42% <100.00%> (ø)
... and 9 more

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 f6a7a7d...0a99797. Read the comment docs.

clonker commented 2 years ago

merging this now, going to follow up with another PR to resolve hanging CI