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

Multilocus population object has dangerous default behavior. #69

Closed molpopgen closed 6 years ago

molpopgen commented 6 years ago

The locus_boundaries are initialized to default values. This is really bad, as it can lead to incorrect results at run-time. Better to leave it empty and have downstream calls depending on it being filled fail.

molpopgen commented 6 years ago

Fixed via #70.