Commit fa2ab71
committed
fix(comments): correct inaccurate WASM-parity claims in runPostNativeCha (#1514)
The comments said the confidence formula "mirrors the WASM path" but the
WASM path (runChaPostPass in helpers.ts) still uses hardcoded 0.8, not
computeConfidence - CHA_DISPATCH_PENALTY. Correct both comments to
accurately describe the native formula and cross-reference the TODO in
helpers.ts for the pending alignment.1 parent 9d4aea2 commit fa2ab71
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
561 | 561 | | |
562 | 562 | | |
563 | 563 | | |
564 | | - | |
| 564 | + | |
| 565 | + | |
565 | 566 | | |
566 | 567 | | |
567 | 568 | | |
| |||
658 | 659 | | |
659 | 660 | | |
660 | 661 | | |
661 | | - | |
| 662 | + | |
| 663 | + | |
662 | 664 | | |
663 | 665 | | |
664 | 666 | | |
| |||
0 commit comments