ForwardSimulation / forrustts

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

Keep input roots during simplification #139

Closed molpopgen closed 3 years ago

molpopgen commented 3 years ago

The tests fail because not all input nodes with ancestry and null output IDs are input roots.

There are two paths forward:

  1. Recognize that an input root must have time 0 (by definition, given what we are doing), so we can filter accordingly.
  2. Figure out a more general approach...
molpopgen commented 3 years ago

Putting this aside--a distraction at the moment...