molpopgen / fwdpy11

Forward-time simulation in Python using fwdpp
https://molpopgen.github.io/fwdpy11
GNU General Public License v3.0
29 stars 6 forks source link

Code reuse #297

Open molpopgen opened 4 years ago

molpopgen commented 4 years ago

The change made in eed6689805d1719c67d934b2f7c68f182fc86c4b partially copy/pastes code found in fwdpy11/evolvets/simplify_tables.hpp. It would be nice to reduce the duplication.

molpopgen commented 3 years ago

Handling this after #625 makes sense.

molpopgen commented 2 years ago

The realistic solution for this is a TDD-based refactor of the evolvets back end. We can now do this nice and slow b/c we have the new static lib back end to work with.