Skip to content

Commit e1c40ff

Browse files
committed
don't sort
1 parent a6cd740 commit e1c40ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/haploid_wright_fisher_simple_edge_buffer.rs

-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ fn simulate(
138138
}
139139

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

0 commit comments

Comments
 (0)