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

[msm] remove dead code #1445

Closed thempel closed 4 years ago

thempel commented 4 years ago

effective count matrix estimation conducted with statistical inefficiencies, not by dividing by lag time. this part of the code is not used at all. removed. thx @clonker

codecov[bot] commented 4 years ago

Codecov Report

Merging #1445 into devel will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##            devel    #1445      +/-   ##
==========================================
+ Coverage   91.83%   91.83%   +<.01%     
==========================================
  Files         229      229              
  Lines       26138    26135       -3     
==========================================
- Hits        24004    24002       -2     
+ Misses       2134     2133       -1
Impacted Files Coverage Ξ”
pyemma/msm/estimators/_dtraj_stats.py 83.01% <100%> (+0.3%) :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 e4c6e84...be3d30f. Read the comment docs.