tskit-dev / msprime

Simulate genealogical trees and genomic sequence data using population genetic models
GNU General Public License v3.0
170 stars 84 forks source link

Additional_nodes DTWF/FIXED_PEDIGREE #2176

Closed GertjanBisschop closed 1 year ago

GertjanBisschop commented 1 year ago

algorithms.py outline for tracking additional_nodes for DTWF and FIXED_PEDIGREE models.

codecov[bot] commented 1 year ago

Codecov Report

Merging #2176 (51b4381) into main (5583e5b) will increase coverage by 7.22%. The diff coverage is 100.00%.

:exclamation: Current head 51b4381 differs from pull request most recent head 4cf4cf3. Consider uploading reports for the commit 4cf4cf3 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2176      +/-   ##
==========================================
+ Coverage   91.46%   98.68%   +7.22%     
==========================================
  Files          20       11       -9     
  Lines       11210     3950    -7260     
  Branches     2280      900    -1380     
==========================================
- Hits        10253     3898    -6355     
+ Misses        521       28     -493     
+ Partials      436       24     -412     
Flag Coverage Δ
C ?
python 98.68% <100.00%> (+<0.01%) :arrow_up:

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

Impacted Files Coverage Δ
msprime/__init__.py 100.00% <ø> (ø)
msprime/ancestry.py 98.66% <100.00%> (+0.02%) :arrow_up:

... and 9 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5583e5b...4cf4cf3. Read the comment docs.