ashander / ftprime

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

selective_sweep code now working #62

Closed hyanwong closed 5 years ago

hyanwong commented 6 years ago

This all seems to be working with the lastest version of ftprime. Try, for instance

python3 examples/selective_sweep.py -vv -of 1

codecov[bot] commented 6 years ago

Codecov Report

Merging #62 into master will decrease coverage by 2.84%. The diff coverage is 20%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
- Coverage   93.11%   90.27%   -2.85%     
==========================================
  Files           4        4              
  Lines         247      257      +10     
==========================================
+ Hits          230      232       +2     
- Misses         17       25       +8
Impacted Files Coverage Δ
ftprime/argrecorder.py 88.31% <14.28%> (-3.53%) :arrow_down:
ftprime/recomb_collector.py 92.2% <33.33%> (-2.39%) :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...4eee8db. Read the comment docs.

hyanwong commented 5 years ago

Obsolete now