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

Deprecations for coordinates api #1557

Closed clonker closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #1557 (dfeeb07) into devel (d42e707) will increase coverage by 0.06%. The diff coverage is 94.44%.

@@            Coverage Diff             @@
##            devel    #1557      +/-   ##
==========================================
+ Coverage   91.88%   91.94%   +0.06%     
==========================================
  Files         229      229              
  Lines       26629    26642      +13     
==========================================
+ Hits        24468    24497      +29     
+ Misses       2161     2145      -16     
Impacted Files Coverage Δ
pyemma/coordinates/clustering/assign.py 91.17% <ø> (ø)
pyemma/coordinates/clustering/kmeans.py 94.42% <ø> (ø)
pyemma/coordinates/clustering/regspace.py 94.59% <ø> (ø)
pyemma/coordinates/clustering/uniform_time.py 92.50% <ø> (ø)
pyemma/coordinates/pipelines.py 87.25% <ø> (ø)
pyemma/coordinates/transform/pca.py 94.35% <ø> (ø)
pyemma/coordinates/transform/tica.py 90.00% <ø> (ø)
pyemma/coordinates/transform/vamp.py 93.01% <ø> (ø)
pyemma/coordinates/estimation/covariance.py 85.00% <66.66%> (ø)
pyemma/coordinates/api.py 88.59% <100.00%> (+0.47%) :arrow_up:
... and 4 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 d42e707...dfeeb07. Read the comment docs.