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

Improve estimator with analytical gradient #946

Closed aarmey closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #946 (9fec7f2) into master (8b49fa8) will decrease coverage by 0.31%. The diff coverage is 43.75%.

:exclamation: Current head 9fec7f2 differs from pull request most recent head f298ced. Consider uploading reports for the commit f298ced to get more accurate results

@@            Coverage Diff             @@
##           master     #946      +/-   ##
==========================================
- Coverage   81.24%   80.92%   -0.32%     
==========================================
  Files          28       28              
  Lines        2191     2202      +11     
==========================================
+ Hits         1780     1782       +2     
- Misses        411      420       +9     
Flag Coverage Δ
unittests 80.92% <43.75%> (-0.32%) :arrow_down:

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

Impacted Files Coverage Δ
lineage/states/stateCommon.py 70.12% <40.00%> (-8.66%) :arrow_down:
lineage/Analyze.py 86.66% <100.00%> (ø)

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