Skip to content

Commit

Permalink
fix: Remove duplicate progress increment in mergeMappingsInRange
Browse files Browse the repository at this point in the history
  • Loading branch information
ekg committed Nov 21, 2024
1 parent 2d2deec commit 78804e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/map/include/computeMap.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2041,7 +2041,6 @@ namespace skch
best_it2->chainPairScore = best_score;
best_it2->chainPairId = it->splitMappingId;
}
progress.increment(1);
}

// Assign the merged mapping ids
Expand Down

0 comments on commit 78804e0

Please sign in to comment.