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

Fixes #1490

Closed clonker closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #1490 (48781cf) into devel (9f4781d) will increase coverage by 0.16%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            devel    #1490      +/-   ##
==========================================
+ Coverage   91.74%   91.91%   +0.16%     
==========================================
  Files         229      229              
  Lines       26198    26802     +604     
==========================================
+ Hits        24036    24634     +598     
- Misses       2162     2168       +6     
Impacted Files Coverage Δ
pyemma/coordinates/clustering/__init__.py 100.00% <ø> (ø)
pyemma/coordinates/clustering/interface.py 89.25% <100.00%> (+0.36%) :arrow_up:
pyemma/coordinates/clustering/regspace.py 87.67% <100.00%> (-8.94%) :arrow_down:
pyemma/msm/models/reactive_flux.py 94.59% <100.00%> (+0.79%) :arrow_up:
pyemma/plots/networks.py 90.33% <100.00%> (+0.96%) :arrow_up:
...emma/coordinates/data/_base/streaming_estimator.py 94.11% <0.00%> (-5.89%) :arrow_down:
pyemma/coordinates/data/_base/transformer.py 91.60% <0.00%> (-0.34%) :arrow_down:
pyemma/_base/loggable.py 100.00% <0.00%> (ø)
pyemma/plots/tests/test_plots2d.py 100.00% <0.00%> (ø)
... and 125 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 9f4781d...48781cf. Read the comment docs.