Commit ed39f50
fix: correct bumpFactor divisor to match number of checks (CM-1137)
There are 6 metadata checks in decideMemberSimilarityUsingAdditionalChecks
but the divisor was 5 — each bump was slightly too large and the sixth
check was mathematically unreachable before hitting the Math.min(1) cap.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 474d646 commit ed39f50
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
472 | 472 | | |
473 | 473 | | |
474 | 474 | | |
475 | | - | |
| 475 | + | |
476 | 476 | | |
477 | 477 | | |
478 | 478 | | |
| |||
0 commit comments