Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 24, 2025
1 parent 963b24c commit 6864cf3
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1210,11 +1210,6 @@ fn merge_data(data: Arc<ThreadLocal<RefCell<Data>>>) -> Data {
.into_iter()
.map(|d| d.into_inner())
.collect::<Vec<_>>();
let mut merged = Data::default();

for data in data {
merged.merge(data);
}

// merged.subtract_cycles();
let mut merged = merge_in_parallel(data);
Expand Down

0 comments on commit 6864cf3

Please sign in to comment.