Skip to content

Commit

Permalink
don't sort
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Oct 23, 2023
1 parent a6cd740 commit e1c40ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/haploid_wright_fisher_simple_edge_buffer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ fn simulate(
}

if birth_time % simplify_interval == 0 {
//tables.sort(&bookmark, tskit::TableSortOptions::default())?;
for &parent in buffer.parent.iter().rev() {
let mut last = buffer.last.get(&parent).cloned();
while let Some(previous) = last {
Expand Down

0 comments on commit e1c40ff

Please sign in to comment.