Commit aaf572e
committed
fix(louvain): demote native-path parity warning to debug
Warning fired on every communities computation because DEFAULTS.community
in config.ts always populates maxLevels/maxLocalPasses/refinementTheta, so
the != null guard never gated anything in practice. The message is an
informational parity note (Leiden knobs ignored by native Louvain), not
user-actionable — debug is the right level.
docs check acknowledged: no language/architecture/feature changes.
Impact: 1 functions changed, 10 affected1 parent 725d61d commit aaf572e
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | 39 | | |
42 | | - | |
| 40 | + | |
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
| |||
0 commit comments