meyer-lab / tHMM

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

Multi t #942

Closed Farnazmdi closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #942 (e3126e0) into master (ac7289d) will decrease coverage by 0.24%. The diff coverage is 93.18%.

:exclamation: Current head e3126e0 differs from pull request most recent head 028144c. Consider uploading reports for the commit 028144c to get more accurate results

@@            Coverage Diff             @@
##           master     #942      +/-   ##
==========================================
- Coverage   82.72%   82.47%   -0.25%     
==========================================
  Files          28       26       -2     
  Lines        2240     2174      -66     
==========================================
- Hits         1853     1793      -60     
+ Misses        387      381       -6     
Flag Coverage Δ
unittests 82.47% <93.18%> (-0.25%) :arrow_down:

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

Impacted Files Coverage Δ
lineage/BaumWelch.py 90.26% <85.00%> (-1.25%) :arrow_down:
lineage/states/stateCommon.py 77.58% <100.00%> (+6.15%) :arrow_up:
lineage/tests/test_tHMM.py 100.00% <100.00%> (ø)
lineage/Analyze.py 86.66% <0.00%> (-1.25%) :arrow_down:
lineage/states/StateDistributionGamma.py 94.69% <0.00%> (-0.45%) :arrow_down:
lineage/Viterbi.py 100.00% <0.00%> (ø)
lineage/states/StateDistributionGaPhs.py 96.33% <0.00%> (ø)
lineage/tests/test_CrossVal.py
lineage/crossval.py

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more