We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22acf57 commit e83bc6aCopy full SHA for e83bc6a
spd/clustering/merge.py
@@ -151,7 +151,7 @@ def merge_iteration(
151
152
# merge the pair
153
# --------------------------------------------------
154
- # we do this *after* logging, so we can see how the sampled pair cost compares
+ # we do this *before* logging, so we can see how the sampled pair cost compares
155
# to the costs of all the other possible pairs
156
current_merge, current_coact, current_act_mask = recompute_coacts_merge_pair(
157
coact=current_coact,
0 commit comments