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

[coordinates] fix bug in SideChainTorsions.describe #1457

Closed thempel closed 4 years ago

thempel commented 4 years ago

fixes #1451

codecov[bot] commented 4 years ago

Codecov Report

Merging #1457 into devel will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            devel    #1457      +/-   ##
==========================================
+ Coverage   91.83%   91.84%   +0.01%     
==========================================
  Files         229      229              
  Lines       26158    26167       +9     
==========================================
+ Hits        24022    24033      +11     
+ Misses       2136     2134       -2     
Impacted Files Coverage Δ
pyemma/coordinates/data/featurization/angles.py 96.00% <100.00%> (ø)
pyemma/coordinates/tests/test_featurizer.py 98.14% <100.00%> (+0.02%) :arrow_up:
pyemma/coordinates/data/util/traj_info_backends.py 91.54% <0.00%> (+0.93%) :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 c50da3f...8001673. Read the comment docs.