Commit 3b1b05a
committed
test: widen incr_accuracy_vs_full nodes tolerance to ±15
The full pipeline runs cbm_pipeline_pass_communities (Louvain clustering)
but the incremental pipeline does not. Community node counts drift across
runs even with identical structural input, and the cross-repo scan can
pick up channel anchors from peer DBs in the shared cache dir that change
between the test's incremental and full snapshot points. Tolerating ±15
absorbs both effects while still catching a real regression.
Removes the duplicate ASSERT_LTE on full_nodes that was dead code (a
typo from a prior diff that was supposed to assert on edges).1 parent c0c491a commit 3b1b05a
1 file changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
799 | 799 | | |
800 | 800 | | |
801 | 801 | | |
802 | | - | |
803 | | - | |
804 | | - | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
805 | 810 | | |
| 811 | + | |
806 | 812 | | |
807 | 813 | | |
808 | 814 | | |
| |||
0 commit comments