deeptime-ml / deeptime

Python library for analysis of time series data including dimensionality reduction, clustering, and Markov model estimation
https://deeptime-ml.github.io/
GNU Lesser General Public License v3.0
757 stars 84 forks source link

plot energy surfaces #234

Closed clonker closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #234 (6433bb7) into main (44f7b0d) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #234      +/-   ##
==========================================
+ Coverage   93.74%   93.76%   +0.01%     
==========================================
  Files         136      137       +1     
  Lines       10815    10841      +26     
==========================================
+ Hits        10139    10165      +26     
  Misses        676      676              
Impacted Files Coverage Δ
deeptime/plots/__init__.py 100.00% <100.00%> (ø)
deeptime/plots/energy.py 100.00% <100.00%> (ø)
deeptime/util/__init__.py 100.00% <100.00%> (ø)
deeptime/util/stats.py 96.07% <100.00%> (+0.52%) :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 44f7b0d...6433bb7. Read the comment docs.