ashander / ftprime

Forward-time simulation of the msprime data structure (for development)
2 stars 1 forks source link

Add mutations #65

Closed petrelharp closed 5 years ago

petrelharp commented 5 years ago

This is to start adding back in the ability to add mutations.

codecov[bot] commented 5 years ago

Codecov Report

Merging #65 into master will decrease coverage by 2.13%. The diff coverage is 88.37%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #65      +/-   ##
==========================================
- Coverage   93.11%   90.98%   -2.14%     
==========================================
  Files           4        4              
  Lines         247      244       -3     
==========================================
- Hits          230      222       -8     
- Misses         17       22       +5
Impacted Files Coverage Δ
ftprime/recomb_collector.py 94.87% <100%> (+0.27%) :arrow_up:
ftprime/argrecorder.py 87.85% <86.48%> (-3.98%) :arrow_down:

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 7b985a2...e81871b. Read the comment docs.

hyanwong commented 5 years ago

Similarly this works for me.

hyanwong commented 5 years ago

@ashander: could we possibly update the ftprime version number after this has been merged, so I can specify a minimum ftprime version number in our test framework?