meyer-lab / tHMM

A general Python framework for using hidden Markov models on binary trees or cell lineage trees.
https://asmlab.org
MIT License
9 stars 1 forks source link

More adjustments #961

Closed aarmey closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #961 (7ec430c) into master (ff27f4d) will decrease coverage by 6.60%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #961      +/-   ##
==========================================
- Coverage   82.00%   75.40%   -6.61%     
==========================================
  Files          28       28              
  Lines        2251     2224      -27     
==========================================
- Hits         1846     1677     -169     
- Misses        405      547     +142     
Flag Coverage Δ
unittests 75.40% <100.00%> (-6.61%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
lineage/LineageTree.py 100.00% <ø> (ø)
lineage/import_lineage.py 97.08% <ø> (-0.09%) :arrow_down:
lineage/Analyze.py 94.17% <100.00%> (+8.00%) :arrow_up:
lineage/BaumWelch.py 86.79% <100.00%> (+0.12%) :arrow_up:
lineage/DownwardRecursion.py 100.00% <100.00%> (ø)
lineage/UpwardRecursion.py 100.00% <100.00%> (ø)
lineage/Viterbi.py 100.00% <100.00%> (ø)
lineage/states/stateCommon.py 80.00% <100.00%> (+9.72%) :arrow_up:
lineage/tHMM.py 96.73% <100.00%> (-0.27%) :arrow_down:
lineage/tests/test_BaumWelch.py 100.00% <100.00%> (ø)
... and 5 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more