ForwardSimulation / forrustts

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

Error in node preorder #185

Closed molpopgen closed 2 years ago

molpopgen commented 2 years ago

When we first visit a new root, we are forgetting to add all of its children to the node stack.