ashander / ftprime

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

Deal with overlapping generations #19

Closed ashander closed 7 years ago

ashander commented 7 years ago

in RecombCollector non-overlapping is assumed at least in one place https://github.com/ashander/ftprime/blob/master/ftprime/recomb_collector.py#L65

petrelharp commented 7 years ago

I think the right thing to do is to write a new class based on RecombCollector, as it assumes many things - possibly also constant pop size?

ashander commented 7 years ago

closed, at least for now by #22 and some earlier commits