ForwardSimulation / forrustts

Forward time simulation, rust, and tree sequences.
https://docs.rs/forrustts
MIT License
3 stars 0 forks source link

Examples vs integration tests #118

Closed molpopgen closed 3 years ago

molpopgen commented 3 years ago

Currently, examples/forward_simluation.rs serves as both. That should change, and just be an example of the most efficient means of tree seq recording.

The "integration" test stuff should be move internally to test-only modules.

The down side is some code duplication, but we can make the internal simulator much simpler.