Commit 8c233c3
committed
Fix C tests: pass DBL_MIN as likelihood_threshold instead of old precision value
The ancestor_matcher2_alloc signature changed from precision (int) to
likelihood_threshold (double) in e272b1e, but the test helper still
passed 14 (the old precision). This caused 8 matcher tests to fail.1 parent b760489 commit 8c233c3
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1124 | 1124 | | |
1125 | 1125 | | |
1126 | 1126 | | |
1127 | | - | |
| 1127 | + | |
| 1128 | + | |
1128 | 1129 | | |
1129 | 1130 | | |
1130 | 1131 | | |
| |||
0 commit comments