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

Fix the bug #246

Closed MaaikeG closed 2 years ago

MaaikeG commented 2 years ago

Thanks for submitting a PR, your contribution is really appreciated!

Here's a quick checklist that should be present in PRs:

codecov[bot] commented 2 years ago

Codecov Report

Merging #246 (7e49958) into main (9ff5b7b) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #246   +/-   ##
=======================================
  Coverage   92.24%   92.24%           
=======================================
  Files         140      140           
  Lines       11555    11557    +2     
=======================================
+ Hits        10659    10661    +2     
  Misses        896      896           
Impacted Files Coverage Δ
deeptime/markov/msm/tram/_tram.py 96.38% <100.00%> (ø)
deeptime/markov/msm/tram/_tram_dataset.py 97.57% <100.00%> (+0.02%) :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 9ff5b7b...7e49958. Read the comment docs.