molpopgen / fwdpp

fwdpp is a C++ template library for implementing efficient forward-time population genetic simulations
http://fwdpp.readthedocs.io
GNU General Public License v3.0
27 stars 11 forks source link

table_collection.edges_are_sorted is too strict #232

Closed molpopgen closed 4 years ago

molpopgen commented 4 years ago

The criterion used by this function is the same as that used to sort the tables, which is stricter than the requirements for a valid tree sequence. In general, this doesn't matter until you start mucking about with overlapping generations.

molpopgen commented 4 years ago

It seems that this may be a problem introduced in 213e1a6855a8118a49aeb3fc96993bd7807e16ed