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

Improved topology LRU cache #1545

Closed clonker closed 2 years ago

clonker commented 2 years ago

fixes issue #1541

codecov[bot] commented 2 years ago

Codecov Report

Merging #1545 (f5d0531) into devel (8c2bc84) will decrease coverage by 0.01%. The diff coverage is 98.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##            devel    #1545      +/-   ##
==========================================
- Coverage   92.07%   92.06%   -0.02%     
==========================================
  Files         229      229              
  Lines       26886    26920      +34     
==========================================
+ Hits        24756    24784      +28     
- Misses       2130     2136       +6     
Impacted Files Coverage Δ
pyemma/coordinates/data/util/traj_info_cache.py 92.41% <83.33%> (-0.60%) :arrow_down:
pyemma/coordinates/api.py 88.11% <100.00%> (ø)
pyemma/coordinates/data/feature_reader.py 95.60% <100.00%> (+0.10%) :arrow_up:
...yemma/coordinates/data/featurization/featurizer.py 89.77% <100.00%> (+0.04%) :arrow_up:
pyemma/coordinates/data/h5_reader.py 96.15% <100.00%> (+0.06%) :arrow_up:
pyemma/coordinates/data/numpy_filereader.py 96.66% <100.00%> (+0.05%) :arrow_up:
pyemma/coordinates/data/py_csv_reader.py 87.73% <100.00%> (+0.11%) :arrow_up:
pyemma/coordinates/data/util/reader_utils.py 88.03% <100.00%> (+0.20%) :arrow_up:
pyemma/coordinates/tests/test_traj_info_cache.py 98.60% <100.00%> (+0.09%) :arrow_up:
pyemma/coordinates/util/patches.py 86.40% <100.00%> (+0.06%) :arrow_up:
... and 2 more

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 8c2bc84...f5d0531. Read the comment docs.