Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
acezen committed Jan 11, 2024
1 parent 7113455 commit bd90433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analytical_engine/apps/pregel/louvain/louvain_app_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class LouvainAppBase
// after one pass if already decided halt, that means the pass yield no
// changes, so we halt computation.
if (current_super_step <= 14 ||
std::fabs(actual_quality - ctx.prev_quality()) <
std::fabs(actual_quality - ctx.prev_quality()) <
min_quality_improvement) {
// turn to sync community result
ctx.compute_context().set_superstep(sync_result_step);
Expand Down

0 comments on commit bd90433

Please sign in to comment.