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
747 stars 82 forks source link

Cluster progress #195

Closed clonker closed 2 years ago

clonker commented 2 years ago

and some minor things

codecov[bot] commented 2 years ago

Codecov Report

Merging #195 (d265929) into main (5a785b2) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #195      +/-   ##
==========================================
+ Coverage   93.58%   93.59%   +0.01%     
==========================================
  Files         131      131              
  Lines       10502    10529      +27     
==========================================
+ Hits         9828     9855      +27     
  Misses        674      674              
Impacted Files Coverage Δ
deeptime/clustering/_kmeans.py 99.49% <100.00%> (+0.06%) :arrow_up:
deeptime/markov/msm/tram/_tram.py 95.71% <100.00%> (ø)
deeptime/markov/msm/tram/_tram_dataset.py 97.34% <100.00%> (ø)
deeptime/util/__init__.py 100.00% <100.00%> (ø)
deeptime/util/callbacks.py 100.00% <100.00%> (ø)
deeptime/util/platform.py 100.00% <100.00%> (ø)

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 5a785b2...d265929. Read the comment docs.