markovmodel / msmtools

Tools for estimating and analyzing Markov state models
GNU Lesser General Public License v3.0
40 stars 27 forks source link

Cleanup test structure, setup now numpy based (like sklearn) #119

Closed marscher closed 5 years ago

marscher commented 5 years ago

dropped support for Python2

codecov-io commented 5 years ago

Codecov Report

Merging #119 into devel will decrease coverage by 11.79%. The diff coverage is 37.76%.

Impacted file tree graph

@@            Coverage Diff             @@
##            devel     #119      +/-   ##
==========================================
- Coverage   89.38%   77.59%   -11.8%     
==========================================
  Files         116       72      -44     
  Lines        9479     4271    -5208     
==========================================
- Hits         8473     3314    -5159     
+ Misses       1006      957      -49
Impacted Files Coverage Δ
msmtools/analysis/dense/__init__.py 100% <ø> (ø) :arrow_up:
msmtools/analysis/sparse/committor.py 96.15% <ø> (-0.15%) :arrow_down:
msmtools/analysis/sparse/fingerprints.py 95.83% <ø> (-0.09%) :arrow_down:
...smtools/analysis/sparse/mean_first_passage_time.py 100% <ø> (ø) :arrow_up:
msmtools/analysis/__init__.py 100% <ø> (ø) :arrow_up:
msmtools/analysis/dense/committor.py 95.23% <ø> (-0.22%) :arrow_down:
msmtools/analysis/sparse/stationary_vector.py 91.66% <ø> (-0.18%) :arrow_down:
msmtools/util/birth_death_chain.py 89.18% <ø> (-0.43%) :arrow_down:
msmtools/estimation/sparse/likelihood.py 100% <ø> (ø) :arrow_up:
msmtools/analysis/dense/sensitivity.py 99.23% <ø> (-0.02%) :arrow_down:
... and 107 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 54dc76d...10b4c32. Read the comment docs.