Skip to content

Commit e83bc6a

Browse files
committed
comment edit
1 parent 22acf57 commit e83bc6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spd/clustering/merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def merge_iteration(
151151

152152
# merge the pair
153153
# --------------------------------------------------
154-
# we do this *after* logging, so we can see how the sampled pair cost compares
154+
# we do this *before* logging, so we can see how the sampled pair cost compares
155155
# to the costs of all the other possible pairs
156156
current_merge, current_coact, current_act_mask = recompute_coacts_merge_pair(
157157
coact=current_coact,

0 commit comments

Comments
 (0)